cbpowell / MarqueeLabel

A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when the label's text does not fit inside the specified frame
MIT License
4.21k stars 564 forks source link

Xcode 12 Build Error #254

Closed BoomDaDa closed 3 years ago

BoomDaDa commented 4 years ago

Usage Details

Expected Behavior

Actual Behavior

截圖 2020-09-23 上午10 22 32
cbpowell commented 4 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.

hardiktgreydesk commented 4 years ago

I am also facing same issue.. is there any solution for above issue ?

cbpowell commented 4 years ago

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

cbpowell commented 3 years ago

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.