MonthYearPicker icon indicating copy to clipboard operation
MonthYearPicker copied to clipboard

Bug with autolayout programatically

Open ignaciocervino opened this issue 1 year ago • 0 comments

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]

ignaciocervino avatar Nov 16 '23 20:11 ignaciocervino