LMHeaderTabDelegate Protocol Reference

Conforms to NSObject
Declared in LMHeaderTabController.h

– customHeaderView: required method

自定义headerView

- (LMHeaderTabTopView *)customHeaderView:(NSArray<LMHeaderTabModel*> *)tabModels

Declared In

LMHeaderTabController.h

– mainScrollViewFrame

底部scrollView的frame

- (CGRect)mainScrollViewFrame

Declared In

LMHeaderTabController.h

– tabController:scrollToItem:

底部scrollerView 滚动到某一项

- (void)tabController:(LMHeaderTabController *)tabController scrollToItem:(LMHeaderTabModel *)model

Declared In

LMHeaderTabController.h

– extroEventHandle

对数据的一些其他的处理,比如有的数据可能需要设置block

- (void)extroEventHandle

Declared In

LMHeaderTabController.h

– customScrollView:

自定义scrollView,如果不实现这个方法,在内部有自己的实现

- (UIScrollView *)customScrollView:(LMHeaderTabController *)tabController

Declared In

LMHeaderTabController.h

– tabController:initSinglePageFinish:

某个页面实例化完成,viewdidload方法还未调用,可以在这里设置需要在viewdidload方法中用的的属性

- (void)tabController:(LMHeaderTabController *)tabController initSinglePageFinish:(KEWLSinglePageRef)singlePage

Declared In

LMHeaderTabController.h

– inVisibleIdentifiers

在某些条件下 不需要添加到scrollerview上的标识集合。 如LiveMe首页未登录时,只需要展示feature页

- (NSArray *)inVisibleIdentifiers

Declared In

LMHeaderTabController.h