Skip to content

Commit

Permalink
Merge pull request #11 from JNDisrupter/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
jayelzaghmoutt authored Nov 11, 2019
2 parents 69c0b9d + 18021f7 commit 2b49ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JNPhoneNumberView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "JNPhoneNumberView"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "Phone Number Validation with country dial code picker"
s.description = "A view to show the country dial code and the phone number, you can click on the dial code and select another country from the countries picker, this view has a delegate methods to pass the international number and validity of it."
s.homepage = "https://github.com/JNDisrupter"
Expand Down
1 change: 1 addition & 0 deletions JNPhoneNumberView/Classes/JNPhoneNumberView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ public class JNPhoneNumberView: UIView, UITextFieldDelegate {

// Init navigation controller and present it
let navigationController = UINavigationController(rootViewController: countriesPickerViewController)
navigationController.navigationBar.isTranslucent = false
presenterViewController.present(navigationController, animated: true, completion: nil)
}
}
Expand Down

0 comments on commit 2b49ddc

Please sign in to comment.