EasyNotificationBadge icon indicating copy to clipboard operation
EasyNotificationBadge copied to clipboard

Value of type 'BadgeAppearance' has no member 'textSize'

Open ElyDantas opened this issue 4 years ago • 0 comments

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?

ElyDantas avatar Mar 01 '21 00:03 ElyDantas