Skip to content

Commit

Permalink
Use font property in the sample project.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Jun 2, 2019
1 parent 9af3a81 commit 033fcc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class DemoViewController: UITableViewController {
}

cpvInternal.delegate = self
cpvMain.countryDetailsLabel.font = UIFont.systemFont(ofSize: 20)
cpvMain.font = UIFont.systemFont(ofSize: 20)

[showPhoneCodeInView, showCountryCodeInView,
showPreferredCountries, showOnlyPreferredCountries].forEach {
Expand Down

0 comments on commit 033fcc5

Please sign in to comment.