MICountryPicker icon indicating copy to clipboard operation
MICountryPicker copied to clipboard

MICountryPicker is a country picker controller for iOS8+ with an option to search.

Results 14 MICountryPicker issues
Sort by recently updated
recently updated
newest added

Just change flags in the repository

Search Bar appeared white when begin editing searchBar field

When we enter some text in search bar: ![2016-10-29_08-35-19](https://cloud.githubusercontent.com/assets/1782450/19827688/d1df5a70-9db2-11e6-8ed0-0f44a192339f.png) I propose: ``` override open func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { if (searchController.searchBar.text?.characters.count)! > 0 { return...