上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 41 下一页
摘要: 沙盒测试员添加流程 1. 登录 https://appstoreconnect.apple.com/ 2. 我的app 3. 用户和访问 4. 沙盒测试员 阅读全文
posted @ 2021-04-20 16:51 懂事长qingzZ 阅读(364) 评论(0) 推荐(0)
摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { LRPatientCommentCell *cell = [tableView deque 阅读全文
posted @ 2021-04-08 17:14 懂事长qingzZ 阅读(856) 评论(0) 推荐(0)
摘要: 直接 cd 到文件更目录 pod init 阅读全文
posted @ 2021-02-25 17:26 懂事长qingzZ 阅读(281) 评论(0) 推荐(0)
摘要: UIScrollorView自带越界回弹的属性,那么它在什么样的情况下,弹性会消失呢1、scrollorView.bounce = false2、scrollorView设置了contentSize,并且contentSize的尺寸小于等于scrollorView的尺寸。那么,有时候contentS 阅读全文
posted @ 2021-02-07 14:50 懂事长qingzZ 阅读(362) 评论(0) 推荐(0)
摘要: 参考 https://blog.csdn.net/u013346305/article/details/50896308 阅读全文
posted @ 2021-02-05 18:28 懂事长qingzZ 阅读(75) 评论(0) 推荐(0)
摘要: - (void)useMethodToFindBlackLineAndHindWithHidden:(BOOL)hidden{ UIImageView* blackLineImageView = [self findHairlineImageViewUnder:self.navigationCont 阅读全文
posted @ 2021-02-03 14:10 懂事长qingzZ 阅读(303) 评论(0) 推荐(0)
摘要: 自定义view重写layoutsubviews 方法 核心属性 listView.collectionViewLayout.collectionViewContentSize.heighttableview 同样适用 - (void)layoutSubviews { [super layoutSub 阅读全文
posted @ 2021-02-03 09:50 懂事长qingzZ 阅读(1665) 评论(0) 推荐(0)
摘要: 参考: [iOS]UICollectionView添加headerView https://blog.csdn.net/wsyx768/article/details/81100584 阅读全文
posted @ 2021-02-02 18:19 懂事长qingzZ 阅读(240) 评论(0) 推荐(0)
摘要: 新建uicollectionreusableview 的xib文件上的控件拖不了线 手动关联一下···然后就可以拖线了··· 参考 https://cloud.tencent.com/developer/article/1156159 阅读全文
posted @ 2021-02-02 11:56 懂事长qingzZ 阅读(344) 评论(0) 推荐(0)
摘要: 重启手机xcode,电脑,清理文件 然后就好了 阅读全文
posted @ 2021-02-01 14:25 懂事长qingzZ 阅读(1839) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 41 下一页