yysskk / SwipeMenuViewController

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

Detect The view of TabView #97

Open JhonnyTawk opened 4 years ago

JhonnyTawk commented 4 years ago

I want to add a Gradient color to TabView. I am using :

var options = SwipeMenuViewOptions() options.tabView.(I need to detect a UIView() here so I can customize it) What to do ?