Skip to content

2.2.0

Compare
Choose a tag to compare
@kizitonwose kizitonwose released this 20 Oct 15:48
· 133 commits to master since this release
  • Add CountryPickerViewDataSource methods for cell configuration:
    • func sectionTitleLabelFont(in countryPickerView: CountryPickerView) -> UIFont
    • func cellLabelFont(in countryPickerView: CountryPickerView) -> UIFont
    • func cellImageViewSize(in countryPickerView: CountryPickerView) -> CGSize
    • func cellImageViewCornerRadius(in countryPickerView: CountryPickerView) -> CGFloat
  • Set default corner radius value to 2.
  • Upgrade to Swift 4.2.