yysskk / SwipeMenuViewController

Swipable tab and menu View and ViewController.
MIT License
1.29k stars 131 forks source link

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

Open angelen10 opened 5 years ago

angelen10 commented 5 years ago

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)
mrtian2016 commented 5 years ago

me too

JavohirYakubov commented 5 years ago

me too

popcornomnom commented 4 years ago

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