Updated podfile from:
pod 'Koloda', '-> 4.3.1' to:
pod "Koloda"
After that badgeAppearance.textSize = 14 gives the follow message: "Value of type 'BadgeAppearance' has no member 'textSize'".
Downloaded GitHub repository and tested example project and got same behavior.
Was the removal of textSize property intended?
Updated podfile from:
pod 'Koloda', '-> 4.3.1'to:pod "Koloda"After that
badgeAppearance.textSize = 14gives the follow message:"Value of type 'BadgeAppearance' has no member 'textSize'".Downloaded GitHub repository and tested example project and got same behavior.
Was the removal of
textSizeproperty intended?