Open MilapKundalia opened 8 years ago
Hi, I'm sorry to tell you that I can't help. The author of this component has left our organization. But if you find a solution and send a pull request, I'll merge it on occasion.
@objc open var ellipsis: NSAttributedString? {
didSet {
let font = UIFont.init(name: <#T##String#>, size: CGFloat)
self.ellipsis = ellipsis?.copyWithAddedFontAttribute(font)
}
}
Please set font check it its supported custom font. its working in my project
Hi There,
Thanks for creating this awesome control !
I am facing a wired issue in this. If I set custom font in expandable label its is not working it is only working in system font.
Can you plz help me in this?
Thanks in again Hoping for positive and the quick reply.