随笔 - 399,  文章 - 0,  评论 - 7,  阅读 - 21万
02 2021 档案
mac 终端创建podfile文件
摘要:直接 cd 到文件更目录 pod init 阅读全文
posted @ 2021-02-25 17:26 懂事长qingzZ 阅读(277) 评论(0) 推荐(0) 编辑
iOS UIScrollView弹性问题
摘要:UIScrollorView自带越界回弹的属性,那么它在什么样的情况下,弹性会消失呢1、scrollorView.bounce = false2、scrollorView设置了contentSize,并且contentSize的尺寸小于等于scrollorView的尺寸。那么,有时候contentS 阅读全文
posted @ 2021-02-07 14:50 懂事长qingzZ 阅读(353) 评论(0) 推荐(0) 编辑
富文本换行文字间隔NSMutableParagraphStyle与NSParagraphStyle的使用
摘要:参考 https://blog.csdn.net/u013346305/article/details/50896308 阅读全文
posted @ 2021-02-05 18:28 懂事长qingzZ 阅读(65) 评论(0) 推荐(0) 编辑
iOS 单个控制器隐藏 导航栏下划线
摘要:- (void)useMethodToFindBlackLineAndHindWithHidden:(BOOL)hidden{ UIImageView* blackLineImageView = [self findHairlineImageViewUnder:self.navigationCont 阅读全文
posted @ 2021-02-03 14:10 懂事长qingzZ 阅读(297) 评论(0) 推荐(0) 编辑
iOS UICollectionView reloadData后立即获取contentSize.height高度
摘要:自定义view重写layoutsubviews 方法 核心属性 listView.collectionViewLayout.collectionViewContentSize.heighttableview 同样适用 - (void)layoutSubviews { [super layoutSub 阅读全文
posted @ 2021-02-03 09:50 懂事长qingzZ 阅读(1595) 评论(0) 推荐(0) 编辑
UICollectionView添加headerView
摘要:参考: [iOS]UICollectionView添加headerView https://blog.csdn.net/wsyx768/article/details/81100584 阅读全文
posted @ 2021-02-02 18:19 懂事长qingzZ 阅读(228) 评论(0) 推荐(0) 编辑
iOS UICollectionReusableView xib 拖不了线
摘要:新建uicollectionreusableview 的xib文件上的控件拖不了线 手动关联一下···然后就可以拖线了··· 参考 https://cloud.tencent.com/developer/article/1156159 阅读全文
posted @ 2021-02-02 11:56 懂事长qingzZ 阅读(325) 评论(0) 推荐(0) 编辑
xcode Errors were encountered while preparing your device for development. P
摘要:重启手机xcode,电脑,清理文件 然后就好了 阅读全文
posted @ 2021-02-01 14:25 懂事长qingzZ 阅读(1832) 评论(0) 推荐(0) 编辑
UICollectionView Cell大小自适应 并靠左对齐最简单的实现
摘要:使用框架 https://github.com/mokagio/UICollectionViewLeftAlignedLayout 参考: UICollectionView 一行cell如何左对齐https://www.jianshu.com/p/f042944a605d [iOS]UICollec 阅读全文
posted @ 2021-02-01 11:33 懂事长qingzZ 阅读(1496) 评论(0) 推荐(0) 编辑


< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示