You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DatePickerDialog works on iOS 7, 8 and 9, 10, 11and 12. 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, 10, 11, 12, 13 and 14. It depends on the following Apple frameworks, which should already be included with most Xcode templates:
10
10
11
11
* Foundation
12
12
* UIKit
13
13
14
14
#### Swift Versions
15
-
- Swift 5.0 (Current)
15
+
- Swift 5.3 (Current)
16
+
- Swift 4.2 (```3.0``` tag)
16
17
- Swift 4.2 (```2.1``` tag)
17
18
- Swift 4.2 (```2.0``` tag)
18
19
- Swift 2.3 (```swift_2.3``` branch)
19
20
20
21
## Installation
21
22
#### CocoaPods
23
+
22
24
You can use [CocoaPods](http://cocoapods.org/) to install `DatePickerDialog` by adding it to your `Podfile`:
0 commit comments