加载中…
个人资料
国学APP大全
国学APP大全
  • 博客等级:
  • 博客积分:0
  • 博客访问:227,880
  • 关注人气:48
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
博文
更多>>
博文
标签:

ios开发

uicollectionview

跳转

分类: iPhone/iPad儿童App
- (void) segmentedAction:(id)sender {
    if ([sender isKindOfClass:[UISegmentedControl class]])
    {
        UISegmentedControl * segment = sender;
        
        [_sectionArray enumerateObjectsUsingBlock:^(id  _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop)
         {
             if (segment.selectedSegmentIndex == idx)//
             {
                 if (self.collection1oaded)
                 {
                     segmented.selectedSegmentIndex = idx;
                 
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有