2019年11月21日

iOS中UICollectionView添加头视图

摘要: 参考链接:https://www.jianshu.com/p/ef57199bf34a 找了一堆的博客,写的都少了很重要的一步。 剩下的后期整理。 阅读全文

posted @ 2019-11-21 23:04 在一起的浅蓝色 阅读(822) 评论(0) 推荐(0)

UILable中划线和下划线

摘要: //中划线 NSDictionary *attribtDic = @{NSStrikethroughStyleAttributeName: [NSNumber numberWithInteger:NSUnderlineStyleSingle]}; NSMutableAttributedString *attribtStr = [[NSMutableAttributedString alloc]in 阅读全文

posted @ 2019-11-21 21:41 在一起的浅蓝色 阅读(120) 评论(0) 推荐(0)

设置UICollectionViewCell圆角和阴影

摘要: 设置cell圆角: cell.contentView.layer.cornerRadius =2.0f; cell.contentView.layer.borderWidth =1.0f; cell.contentView.layer.borderColor = [UIColor clearColo 阅读全文

posted @ 2019-11-21 20:20 在一起的浅蓝色 阅读(1575) 评论(0) 推荐(0)

iOS引导页(开局滚动效果)

摘要: 参考链接1:https://jingyan.baidu.com/article/4dc40848a341dfc8d846f152.html 参考链接2:https://www.cnblogs.com/hero11223/p/9084493.html 阅读全文

posted @ 2019-11-21 09:23 在一起的浅蓝色 阅读(179) 评论(0) 推荐(0)

iOS引导页(镂空效果)

摘要: 推荐使用SDK:pod 'EAFeatureGuideView' 温馨提示:(引导的图片图标需要私人订制的可以用自己的,让UI提供) 参考链接:https://www.jianshu.com/p/c9a44edc9fbf demo1下载地址:https://github.com/Mr-yuwei/Y 阅读全文

posted @ 2019-11-21 09:19 在一起的浅蓝色 阅读(514) 评论(0) 推荐(0)

导航