Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikkovios/nkvimagepicker
Avatar and image picker
https://github.com/nikkovios/nkvimagepicker
Last synced: about 2 months ago
JSON representation
Avatar and image picker
- Host: GitHub
- URL: https://github.com/nikkovios/nkvimagepicker
- Owner: NikKovIos
- License: mit
- Created: 2017-07-31T08:53:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T10:20:35.000Z (over 7 years ago)
- Last Synced: 2024-11-29T20:53:42.722Z (2 months ago)
- Language: Swift
- Size: 459 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Cocoapods](https://img.shields.io/badge/pod-available-brightgreen.svg?style=flat)
![Platform](https://img.shields.io/badge/platform-ios-blue.svg?style=flat)
![Version](https://img.shields.io/badge/version-1.0.1-blue.svg?style=flat)
![Swift version](https://img.shields.io/badge/Swift-3.0-orange.svg?style=flat)
![License](https://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)## Preview
![](https://raw.githubusercontent.com/NikKovIos/NKVPhonePicker/master/RepoAssets/Example.gif)
## Installation
NKVPhonePicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'NKVPhonePicker'
```
Also you can try an example project with
```ruby
pod try NKVPhonePicker
```
*(don't forget to update your cocoapods master repo)*If you're still using Swift 2.x - you can set
```ruby
pod 'NKVPhonePicker', :git => "https://github.com/NikKovIos/NKVPhonePicker.git", :branch => "Swift_2.x"
```## Usage
1) Make your UITextField a class of NKVPhonePickerTextField
2) Set its phonePickerDelegate to UIViewController in order to be able of presenting the CountriesViewController
3) If any troubles - watch an example project.Please, make an issue, if you need any features, or have bugs.
#### TODO:
- [x] Add example
- [ ] Add my logo## My other Repos
- [x] https://github.com/NikKovIos/SDWebImage-CircularProgressView - extension to change progress bar on images for SDWebImage
- [x] https://github.com/NikKovIos/ObjectMapper_RealmSwift - extension to add Realm object support for ObjectMapper### by Nik Kov
http://nik-kov.com