SwipeMenuViewController icon indicating copy to clipboard operation
SwipeMenuViewController copied to clipboard

Is possible to add `selectedFont` just in selected itemView?

Open angelen10 opened this issue 6 years ago • 4 comments

angelen10 avatar Dec 28 '18 16:12 angelen10

I want to add selectedFont in ItemView:

public var font: UIFont = UIFont.boldSystemFont(ofSize: 14)
public var textColor: UIColor = UIColor(red: 170 / 255, green: 170 / 255, blue: 170 / 255, alpha: 1.0)
public var selectedTextColor: UIColor = UIColor(red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0)

angelen10 avatar Dec 28 '18 16:12 angelen10

me too

mrtian2016 avatar Apr 13 '19 08:04 mrtian2016

me too

JavohirYakubov avatar Jun 14 '19 12:06 JavohirYakubov

Yeah, it would be great if you added a font customization for the selected item

popcornomnom avatar Jan 10 '20 14:01 popcornomnom