SwipeMenuViewController icon indicating copy to clipboard operation
SwipeMenuViewController copied to clipboard

how to make underline in all tabview

Open mnizar opened this issue 6 years ago • 4 comments

how to make underline bottom on all tabview like this ? screen shot 2019-01-09 at 14 40 05

mnizar avatar Jan 09 '19 07:01 mnizar

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

yysskk avatar Jan 31 '19 06:01 yysskk

oke.. i will try it.. thank you

mnizar avatar Feb 02 '19 14:02 mnizar

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

clubnika avatar Mar 02 '22 12:03 clubnika

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

davita00101110dmg avatar Jul 06 '23 11:07 davita00101110dmg