2.2.0
- 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.