Skip to content

yuehengwu/WyhChannelManager

Repository files navigation

WyhChannelManager

新闻类app的福音 可实现今日头条频道管理页面

详情移步至简书:

简书传送门

效果示例

含热门的普通频道样式.gif

支持自定义频道样式

自定义频道样式.gif

支持火热频道

含热门的普通频道样式.gif

支持置顶不可编辑频道处理

前两个频道固定不可编辑.gif

在项目中的搭配使用

模拟实际频道运用.gif

代码示例

    //定义频道管理器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;
    }

Contact me

About

News Channel Manager for app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published