GLViewPagerController
GLViewPagerController copied to clipboard
GLViewPagerViewController is an common public control, it is usally used in news, here use UIPageViewController and UIScrollView as tab container to build it.
i wanna perform more action when clicked twice on tap or once like pull to refresh
主界面 就是用这个工具做的~ 适配了下横屏界面和自定义了些东东~~ 修改的地址: https://github.com/wait10000y/GLViewPagerController/tree/master/GLViewPagerViewController/Classes 映维网: https://itunes.apple.com/cn/app/id1280231440
刚进入页面时, 下划线会从0,0的位置 动画到第一个标签下面, 这应该是一个BUG
I tried reloadData but it updates labels and also scrolls to default. I want to just update text on tab label. How can I do that? Thanks. Please help.