CountryPickerView
CountryPickerView copied to clipboard
A simple, customizable view for efficiently collecting country information in iOS apps.
We used Instruments -> Leak tools to check for memory leaks in our project. According to the photo below, there is a memory leak
Hi, Actually, I'm presenting VC. After clicking the cancel button, that Close button BackView is not showing. Here attaching the Video. https://user-images.githubusercontent.com/23524697/141965986-25fccda6-fb69-4d06-9a09-a56a37e4fbc5.mov Thank You. .
Is there a way I can use, iOS system emojis for flags instead of using these images for the countries list?
Some flags are normal size and look nice but most show up as super small or a little bit small.
**Description** >Custom position SearchBar (which being moved to the top and hidden when user roll cell) (Now the searchbar basing on tableViewHeader, then I need to set custom position search...
Expose `containerView` to enable support for `layoutMargins` and `semanticContentAttribute` - mainly to improve the UITextField use-case for RTL languages. Now it's possible to to add some spacing without a 'paddingView'...
Hi man Any chances to add background color "cell" to allow some dark mode support? Best
Hi, When i changed my project target to iOS 12 i have deprecation warning: `PROJECT/iOS/Pods/CountryPickerView/CountryPickerView/CountryPickerViewController.swift:94:27: 'dimsBackgroundDuringPresentation' was deprecated in iOS 12.0` It's in CountryPickerViewController on 94th line. Also if you'd...