yysskk / SwipeMenuViewController

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

Make 'titleForPageAt' optional, use UIViewController's title if not implemented #32

Closed namanhams closed 6 years ago

namanhams commented 6 years ago

I think in many cases it's enough to use UIViewController's title as the title of the tab bar. This way we could just have 1 place to define the title of a UIViewController.