美文网首页
iOS 常用

iOS 常用

作者: a7cdfadad9f2 | 来源:发表于2016-07-28 09:53 被阅读0次

    自定义view设置半透明,不影响控件透明化

    捕捉异常正确方法


    返回俩层界面

    int index=[[self.navigationController viewControllers]indexOfObject:self];[self.navigationController popToViewController:[self.navigationController.viewControllers objectAtIndex:index-2]animated:YES];

    每行4个按钮,多出来的自动换行

    NSMutableArray *array = [@[@"4",@"4",@"1",@"1",@"2",@"2",@"3"]mutableCopy];

    NSSet *set = [NSSet setWithArray:array];

    NSLog(@"筛选相同数组 有相同的就删除-----------%@",[set allObjects]);

    时间戳

    相关文章

      网友评论

          本文标题:iOS 常用

          本文链接:https://www.haomeiwen.com/subject/gbhajttx.html