MonthYearPicker icon indicating copy to clipboard operation
MonthYearPicker copied to clipboard

A UIControl subclass for selecting a date using a month and a year

Results 5 MonthYearPicker issues
Sort by recently updated
recently updated
newest added

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 =...

Using this with iOS 16, it's just showing the month and the year automatically is the current one

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.6 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Hi there. For some reason, if there is MonthYearPickerView on the screen I can't debug view hierarchy with the error attached, and I can't print hierarchy in XCTest as well...