CountryPickerView v2.2.0 Release Notes

Release Date: 2018-10-20 // over 5 years ago
    • ➕ 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
    • 0️⃣ Set default corner radius value to 2.
    • ⬆️ Upgrade to Swift 4.2.