MonthYearPicker
MonthYearPicker copied to clipboard
Bug with autolayout programatically
When initializing the view programatically by doing
let pickerView = MonthYearPickerView()
The autolayout system conflicts with the autoresizing mask, making the picker view not visible on the screen.
pickerView.autoresizingMask = [.flexibleWidth, .flexibleHeight]