Skip to content

Commit 1c99267

Browse files
Prepare version 1.1
1 parent 03b385a commit 1c99267

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.mdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# DatePickerDialog - iOS - Swift
1+
# DatePickerDialog 1.1 - iOS - Swift
22

33
DatePickerDialog is an iOS drop-in classe that displays an UIDatePicker within an UIAlertView.
44

55
[![](https://raw.githubusercontent.com/squimer/DatePickerDialog-iOS-Swift/master/images/screen1.png)](https://github.com/squimer/DatePickerDialog-iOS-Swift/tree/master/images)
66

77
## Requirements
88

9-
DatePickerDialog works on iOS 7 and 8. It depends on the following Apple frameworks, which should already be included with most Xcode templates:
9+
DatePickerDialog works on iOS 7, 8 and 9. It depends on the following Apple frameworks, which should already be included with most Xcode templates:
1010

1111
* Foundation
1212
* UIKit
@@ -53,6 +53,7 @@ class ViewController: UIViewController {
5353
## Todo
5454

5555
- Handle device orientation changes.
56+
- Improve performance.
5657

5758
## Special thanks to
5859

0 commit comments

Comments
 (0)