新闻类app的福音 可实现今日头条频道管理页面
//定义频道管理器WyhChannelManager
self.manager = [WyhChannelManager updateWithTopArr:self.topChannelArr BottomArr:self.bottomChannelArr InitialIndex:self.contentView.currentIndex newStyle:nil];
//定义频道视图WyhChannelManagerView
-(WyhChannelManagerView *)managerView{
if (!_managerView) {
WyhChannelManagerView *channelView = [WyhChannelManagerView channelViewWithFrame:CGRectMake(0, 0, screenWidth, screenHeight-64.0) Manager:self.manager];
_managerView = channelView;
[channelView chooseChannelCallBack:^{
[WyhChannelManager setUpdateIfNeeds];
[self dismissViewControllerAnimated:YES completion:^{
}];
}];
}
return _managerView;
}
- JianShu: 被帅醒的小吴同志
- Email: [email protected]
- QQ:609223770