optonaut / ActiveLabel.swift

UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
MIT License
4.47k stars 686 forks source link

Support Truncation Token #80

Closed Ferrick90 closed 8 years ago

Ferrick90 commented 8 years ago

able to set numberOfLines = 4 once the text over 4 lines it will show ...More? And, ...More able to let user to press it.

polqf commented 8 years ago

Could you explain the issue a little bit more @Ferrick90 ?

Ferrick90 commented 8 years ago

Hi @poolqf ,

screen shot 2016-05-06 at 6 50 54 pm

It almost like ResponsiveLabel can be expand to show all the text. could ActiveLabel do that?

polqf commented 8 years ago

Nope @Ferrick90 , ActiveLabel cannot do that, and it is not planned to implement it. But PR are always welcome 😄