bendodson / MonthYearWheelPicker

A UIPickerView subclass that allows you to quickly add a picker for just month and year; in most cases it can be used as a drop-in replacement for UIDatePicker.
https://bendodson.com
The Unlicense
183 stars 42 forks source link

iPad Compatibility Issue #11

Closed FaridClorida closed 3 years ago

FaridClorida commented 6 years ago

While Switching to iPad, the centre alignment changes to left alignment

bendodson commented 3 years ago

It's always left alignment, you it just looks centered on iPhone due to the padding. It's all done with UIPickerView which does not have public methods for text adjustment so that's just the way it is.