yysskk / SwipeMenuViewController

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

how to make underline in all tabview #76

Open mnizar opened 5 years ago

mnizar commented 5 years ago

how to make underline bottom on all tabview like this ?

screen shot 2019-01-09 at 14 40 05
yysskk commented 5 years ago

@mnizar It seems good to add a separator to the top of each ViewController.

mnizar commented 5 years ago

oke.. i will try it.. thank you

clubnika commented 2 years ago

options.tabView.additionView.padding = UIEdgeInsets(horizontal: 25.0, vertical: 0) play with values

davita00101110dmg commented 1 year ago

You can make a UIView with height of 1px or 0.5px and add a top constraint with offset of tabView height