Skip to content

Commit

Permalink
Updated README.md due to repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bendodson authored Jun 1, 2022
1 parent 7b2a105 commit 3cb2f66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ MonthYearWheelPicker uses a block-based `onDateSelected` method to return the mo

By default, the picker is set to a minimum date of the current month and year and a maximum date of the current month and 15 years in the future (as this makes sense for the most common usage of an expiration date picker for payment processing). This can be changed using the `minimumDate` and `maximumDate` properties. Just like `UIDatePicker`, invalid dates are shown in grey and will animate you back to a valid date (i.e. if your maximum date is June 2022, then when you scroll to September if will be greyed out and will scroll you back to June; if you then changed the year to 2023, all of the months would be available to you).

There are some unit tests included for checking everything is working as well as documentation for all public methods. If you run into any problems, please [open an issue](https://github.com/bendodson/MonthYearPickerView-Swift/issues/new).
There are some unit tests included for checking everything is working as well as documentation for all public methods. If you run into any problems, please [open an issue](https://github.com/bendodson/MonthYearWheelPicker/issues/new).


## Installation
Swift Package Manager: https://github.com/bendodson/MonthYearPickerView-Swift.git
Swift Package Manager: https://github.com/bendodson/MonthYearWheelPicker.git

Manually: There is only a single file to power the MonthYearWheelPicker so you can just download and add [MonthYearWheelPicker.swift](Sources/MonthYearWheelPicker/MonthYearWheelPicker.swift).


![MonthYearWheelPicker being used as a keyboard input](example.jpg?raw=true)

* _This project was previously named MonthYearPickerView; it was renamed to MonthYearWheelPicker to make it clear that this uses the wheel based picker view rather than the date picker design as used by iOS 13.4 and above._
* _This project was previously named MonthYearPickerView; it was renamed to MonthYearWheelPicker to make it clear that this uses the wheel based picker view rather than the date picker design as used by iOS 13.4 and above._

0 comments on commit 3cb2f66

Please sign in to comment.