SPPageMenu
SPPageMenu copied to clipboard
分页菜单,功能非常齐全,满足绝大多数APP,简书地址:
当Items是从后台加载的时候,设置间距为36,怎么设置第一个距离左边为5,而不是间距的一半
很常见的效果,希望可以考虑加入该功能
_pageMenu.selectedItemTitleFont = kFontM16; _pageMenu.unSelectedItemTitleFont = kFontR14;
Exposed `shadowLine` and `setTrackerStyle:` method for use in Storyboard. Added `.gitignore` Set `itemScrollView.scrollsToTop = NO;` so other scrollViews used in the same view can use `scrollsToTop = YES`
大佬,你好.SPPageMenu的backgroundColor设置成[UIColor clearColor],UITableViewCell的内容可否透过PageMenu的title行显示出来,谢谢
第一个元素可以固定不滑动,跟功能按钮一样可以实现吗
CocoaPods无法搜索都项目,是我个人网络问题还是? pod search SPPage [!] Unable to find a pod with name, author, summary, or description matching `SPPage`
一个UIViewController 上面存在多个SPPageMenu 最新的ScrollView KVO监听会覆盖上一个的ScrollView,导致之前的SPPageMenu 滚动监听不生效
当滑动列表,把“第一页、第二页”等置顶的时候,再点击其他按钮,是失效,第二次点击的时候可以跳转界面