上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 39 下一页
摘要: 很完美的多用跑马灯 【链接】iceyouyou/UUMarqueeViewhttps://github.com/iceyouyou/UUMarqueeView 阅读全文
posted @ 2021-07-09 12:22 懂事长qingzZ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/s/pEGvmnsfkkO3Qy9Y0OIapA 阅读全文
posted @ 2021-06-21 13:58 懂事长qingzZ 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 通知_type https://developer.apple.com/documentation/appstoreservernotifications/notification_type 配置自动续期订阅 https://help.apple.com/app-store-connect/#/de 阅读全文
posted @ 2021-04-21 11:04 懂事长qingzZ 阅读(515) 评论(0) 推荐(0) 编辑
摘要: 沙盒测试员添加流程 1. 登录 https://appstoreconnect.apple.com/ 2. 我的app 3. 用户和访问 4. 沙盒测试员 阅读全文
posted @ 2021-04-20 16:51 懂事长qingzZ 阅读(329) 评论(0) 推荐(0) 编辑
摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { LRPatientCommentCell *cell = [tableView deque 阅读全文
posted @ 2021-04-08 17:14 懂事长qingzZ 阅读(808) 评论(0) 推荐(0) 编辑
摘要: 直接 cd 到文件更目录 pod init 阅读全文
posted @ 2021-02-25 17:26 懂事长qingzZ 阅读(275) 评论(0) 推荐(0) 编辑
摘要: UIScrollorView自带越界回弹的属性,那么它在什么样的情况下,弹性会消失呢1、scrollorView.bounce = false2、scrollorView设置了contentSize,并且contentSize的尺寸小于等于scrollorView的尺寸。那么,有时候contentS 阅读全文
posted @ 2021-02-07 14:50 懂事长qingzZ 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 参考 https://blog.csdn.net/u013346305/article/details/50896308 阅读全文
posted @ 2021-02-05 18:28 懂事长qingzZ 阅读(65) 评论(0) 推荐(0) 编辑
摘要: - (void)useMethodToFindBlackLineAndHindWithHidden:(BOOL)hidden{ UIImageView* blackLineImageView = [self findHairlineImageViewUnder:self.navigationCont 阅读全文
posted @ 2021-02-03 14:10 懂事长qingzZ 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 自定义view重写layoutsubviews 方法 核心属性 listView.collectionViewLayout.collectionViewContentSize.heighttableview 同样适用 - (void)layoutSubviews { [super layoutSub 阅读全文
posted @ 2021-02-03 09:50 懂事长qingzZ 阅读(1543) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 39 下一页