Skip to content

menghengmen/aiRanShao

Repository files navigation

aiRanShao

高仿马蹄运动项目

偶然间发现自如app房源详情页的轮播图挺有意思的:

gif图

XYFlatBrawerHeader的协议方法

@protocol FlatDrawerDelegate<NSObject>;
@optional
-(NSInteger)numOfSectionsInDrawer:(XYFlatBrawerHeader *)flatBrawerHeader;///有几块
-(NSInteger)flatBrawerHeader:(XYFlatBrawerHeader *)flatBrawerHeader numOfIntemsInSection:(NSInteger)sectionIndex;///某一块有几张图片
-(NSArray *)titlesOfFlatBrawer:(XYFlatBrawerHeader *)flatBrawerHeader;///快的名字
@required
-(UIImageView *)flatBrawerHeader:(XYFlatBrawerHeader *)flatBrawerHeader itemForHeaderAtIndex:(NSInteger)index;
@end

欢迎fork,star

About

高仿马蹄运动项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published