Closed BoomDaDa closed 3 years ago
The example project doesn't run into this issue, but I think it's related to overriding these properties elsewhere as well. Do you have a UILabel extension, or are you subclassing MarqueeLabel, or do you have another UILabel subclass? If so, believe the issue is the compiler doesn't know which property override definition to use.
I am also facing same issue.. is there any solution for above issue ?
@hardiktgreydesk I haven’t reproduced it yet, so any extra info you can provide? Can you answer the questions in my previous comment?
Also I’ll note - MarqueeLabel is simply subclassing those properties...not sure what it could be! Unless something in the Swift syntax is out of date and I’m not aware.
Closing due to inactivity - please follow up if either of you can provide some extra info. I believe it's related to another UILabel subclass or extension, though.
Usage Details
Expected Behavior
Actual Behavior