A simple, customizable Picker for picking country , country code & Currency.
- Navigate through search and index title of section e.g (in Contact app in iOS)
- Filtering country options
- Styling view options
- Image size are optimized
- Best practices followed
- Dark mode supported in iOS 13
- Support Dynamic font size for ContentSizeCategory
- Swift package manager integrated
- Cocoa Pods integrated
- iOS 10.0+ Support latest release iOS 14.5
- Xcode 10.2+ Support latest Xcode 12 with Swift 5
GRPickerViewController is available through Cocoapods and Swift Package Manager.
Add the following line to your Podfile:
pod 'GRPickerViewController'
Add the following line to your Package.swift file in the dependencies section:
.package(url: "https://github.com/iOSGaurav/GRPickerViewController.git", from "1.0.0")
Any contribution making project better is welcome.
This project is licensed under the MIT License - see the LICENSE file for details