-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with latest original repo 0.8.0 #2
base: master
Are you sure you want to change the base?
Commits on May 20, 2019
-
Aurélien Grifasi committed
May 20, 2019 Configuration menu - View commit details
-
Copy full SHA for d897a6f - Browse repository at this point
Copy the full SHA d897a6fView commit details -
Aurélien Grifasi committed
May 20, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ab5e25 - Browse repository at this point
Copy the full SHA 7ab5e25View commit details -
Aurélien Grifasi committed
May 20, 2019 Configuration menu - View commit details
-
Copy full SHA for ffd433c - Browse repository at this point
Copy the full SHA ffd433cView commit details -
Update podspec version to 0.7.4
Aurélien Grifasi committedMay 20, 2019 Configuration menu - View commit details
-
Copy full SHA for e53362e - Browse repository at this point
Copy the full SHA e53362eView commit details
Commits on May 21, 2019
-
Aurélien Grifasi committed
May 21, 2019 Configuration menu - View commit details
-
Copy full SHA for b704131 - Browse repository at this point
Copy the full SHA b704131View commit details -
Aurélien Grifasi committed
May 21, 2019 Configuration menu - View commit details
-
Copy full SHA for dee28a4 - Browse repository at this point
Copy the full SHA dee28a4View commit details -
Aurélien Grifasi committed
May 21, 2019 Configuration menu - View commit details
-
Copy full SHA for d082434 - Browse repository at this point
Copy the full SHA d082434View commit details -
Aurélien Grifasi committed
May 21, 2019 Configuration menu - View commit details
-
Copy full SHA for cc7b809 - Browse repository at this point
Copy the full SHA cc7b809View commit details
Commits on May 28, 2019
-
🐛 Fix bug about Objective-C Support
Aurélien Grifasi committedMay 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 3d6d80b - Browse repository at this point
Copy the full SHA 3d6d80bView commit details -
Aurélien Grifasi committed
May 28, 2019 Configuration menu - View commit details
-
Copy full SHA for cfc47a9 - Browse repository at this point
Copy the full SHA cfc47a9View commit details -
Aurélien Grifasi committed
May 28, 2019 Configuration menu - View commit details
-
Copy full SHA for b287ae5 - Browse repository at this point
Copy the full SHA b287ae5View commit details -
Aurélien Grifasi committed
May 28, 2019 Configuration menu - View commit details
-
Copy full SHA for fe9b286 - Browse repository at this point
Copy the full SHA fe9b286View commit details -
Aurélien Grifasi committed
May 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 66294ed - Browse repository at this point
Copy the full SHA 66294edView commit details
Commits on May 31, 2019
-
On line #17 added "weak" (#90)
Added 'weak' in front of 'var delegate: FPNDelegate?' to prevent a possible retain cycle
Configuration menu - View commit details
-
Copy full SHA for dfc0dd6 - Browse repository at this point
Copy the full SHA dfc0dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1dd91 - Browse repository at this point
Copy the full SHA 7d1dd91View commit details -
Added the keyword 'public' to lines 4,5, and 6 (#93)
When using an instance of FPNTextField() eg. let phoneNumberTextField = FPNTextField(), you may want to save the code, name, and phoneCode to the db for future reference. In addition to having the user's phone number, declaring these as public gives you easy access to them once a selection is made inside the phoneNumberTextField eg phoneNumberTextField.set(phoneNumber: 1-212-555-1212) let countryName = phoneNumberTextField.selectedCountry?.name // save the name of the user's country code US let countryCode = phoneNumberTextField.selectedCountry?.code.rawValue // save the name of the user's country United States let phoneDialCode = phoneNumberTextField.selectedCountry?.phoneCode // save the prefix code +1
Configuration menu - View commit details
-
Copy full SHA for 32ca72e - Browse repository at this point
Copy the full SHA 32ca72eView commit details
Commits on Jun 4, 2019
-
🐛 Remove GeneratePhoneNumberHeader.sh
Aurélien Grifasi committedJun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for a038578 - Browse repository at this point
Copy the full SHA a038578View commit details -
Aurélien Grifasi committed
Jun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 20f2dc8 - Browse repository at this point
Copy the full SHA 20f2dc8View commit details -
Aurélien Grifasi committed
Jun 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 578ecdc - Browse repository at this point
Copy the full SHA 578ecdcView commit details
Commits on Jun 11, 2019
-
Replaced the FlagPhoneNumberTextField to FPNTextField
Configuration menu - View commit details
-
Copy full SHA for d8cc80e - Browse repository at this point
Copy the full SHA d8cc80eView commit details
Commits on Jul 1, 2019
-
Changes minimum deployment target to iOS 10.0 (#100)
🔧 Changes minimum deployment target
Configuration menu - View commit details
-
Copy full SHA for 75d9840 - Browse repository at this point
Copy the full SHA 75d9840View commit details
Commits on Sep 24, 2019
-
Aurélien Grifasi committed
Sep 24, 2019 Configuration menu - View commit details
-
Copy full SHA for 06132fa - Browse repository at this point
Copy the full SHA 06132faView commit details
Commits on Sep 25, 2019
-
Aurélien Grifasi committed
Sep 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 10e6331 - Browse repository at this point
Copy the full SHA 10e6331View commit details -
Aurélien Grifasi committed
Sep 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 7e6cfa1 - Browse repository at this point
Copy the full SHA 7e6cfa1View commit details -
Merge branch 'release/0.7.7' into dev
Aurélien Grifasi committedSep 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 6e235b4 - Browse repository at this point
Copy the full SHA 6e235b4View commit details
Commits on Oct 3, 2019
-
Aurélien Grifasi committed
Oct 3, 2019 Configuration menu - View commit details
-
Copy full SHA for de3e9bd - Browse repository at this point
Copy the full SHA de3e9bdView commit details -
Aurélien Grifasi committed
Oct 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 6e6d8a0 - Browse repository at this point
Copy the full SHA 6e6d8a0View commit details -
Merge branch 'hotfix/iOS13' into dev
Aurélien Grifasi committedOct 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 78918fa - Browse repository at this point
Copy the full SHA 78918faView commit details
Commits on Oct 7, 2019
-
Aurélien Grifasi committed
Oct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for d58739b - Browse repository at this point
Copy the full SHA d58739bView commit details -
Merge branch 'hotfix/update_podspec'
Aurélien Grifasi committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 5322fb9 - Browse repository at this point
Copy the full SHA 5322fb9View commit details -
Merge branch 'hotfix/update_podspec' into dev
Aurélien Grifasi committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 03bd916 - Browse repository at this point
Copy the full SHA 03bd916View commit details
Commits on Dec 4, 2019
-
✨ Display country list by inputView or by presented controller
Aurélien Grifasi committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 4e96106 - Browse repository at this point
Copy the full SHA 4e96106View commit details -
Aurélien Grifasi committed
Dec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for acafdd9 - Browse repository at this point
Copy the full SHA acafdd9View commit details -
Aurélien Grifasi committed
Dec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 7496d62 - Browse repository at this point
Copy the full SHA 7496d62View commit details -
Aurélien Grifasi committed
Dec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 0473df3 - Browse repository at this point
Copy the full SHA 0473df3View commit details -
Aurélien Grifasi committed
Dec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for f9b1bdd - Browse repository at this point
Copy the full SHA f9b1bddView commit details -
Merge branch 'release/0.8.0' into dev
Aurélien Grifasi committedDec 4, 2019 Configuration menu - View commit details
-
Copy full SHA for a96a70b - Browse repository at this point
Copy the full SHA a96a70bView commit details
Commits on Dec 5, 2019
-
Aurélien Grifasi committed
Dec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 1709a41 - Browse repository at this point
Copy the full SHA 1709a41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b97e5 - Browse repository at this point
Copy the full SHA d3b97e5View commit details -
Merge branch 'hotfix/country_list_controller' into dev
* hotfix/country_list_controller: 🐛 Fix list controller
Aurélien Grifasi committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 83af7a1 - Browse repository at this point
Copy the full SHA 83af7a1View commit details -
Merge branch 'hotfix/country_list_controller' into dev
* hotfix/country_list_controller: Update README.md
Aurélien Grifasi committedDec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 06ad88d - Browse repository at this point
Copy the full SHA 06ad88dView commit details -
Aurélien Grifasi committed
Dec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 0ab066e - Browse repository at this point
Copy the full SHA 0ab066eView commit details -
Aurélien Grifasi committed
Dec 5, 2019 Configuration menu - View commit details
-
Copy full SHA for 6d7b4d4 - Browse repository at this point
Copy the full SHA 6d7b4d4View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5eef217 - Browse repository at this point
Copy the full SHA 5eef217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b95336 - Browse repository at this point
Copy the full SHA 1b95336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 481dcba - Browse repository at this point
Copy the full SHA 481dcbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02dcbba - Browse repository at this point
Copy the full SHA 02dcbbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64549e6 - Browse repository at this point
Copy the full SHA 64549e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88895fc - Browse repository at this point
Copy the full SHA 88895fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1c733 - Browse repository at this point
Copy the full SHA 6a1c733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e4f3e - Browse repository at this point
Copy the full SHA 82e4f3eView commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 578ea3c - Browse repository at this point
Copy the full SHA 578ea3cView commit details