agdsdl / DLSlideView

Tabed slide view based on container of ViewController(not UIScrollView). Support infinite pages.
MIT License
641 stars 127 forks source link

如果创建3个子vc,是否应该提供一个在某个条件下可以允许切换到某一个页面 某个条件 不允许切换呢 #29

Open Engandend opened 7 years ago

Engandend commented 7 years ago

使用场景: 创建了3个子vc, 如果登录,允许切换到第二个,如果没有登录,不允许切换

例如 tabbar的 -(BOOL)tabBarController:(UITabBarController *)tabBarController shouldSelectViewController:(UIViewController *)viewController 的使用

agdsdl commented 7 years ago

目前没有这个功能。 可以换一种方式,比如没有登录显示空白页面,或者登录提示