会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qingzZ
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
15
···
41
下一页
2021年4月20日
苹果沙盒测试员添加
摘要: 沙盒测试员添加流程 1. 登录 https://appstoreconnect.apple.com/ 2. 我的app 3. 用户和访问 4. 沙盒测试员
阅读全文
posted @ 2021-04-20 16:51 懂事长qingzZ
阅读(364)
评论(0)
推荐(0)
2021年4月8日
iOS UITableViewCell中包含UICollectionView嵌套 解决UITableViewCell显示异常
摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { LRPatientCommentCell *cell = [tableView deque
阅读全文
posted @ 2021-04-08 17:14 懂事长qingzZ
阅读(856)
评论(0)
推荐(0)
2021年2月25日
mac 终端创建podfile文件
摘要: 直接 cd 到文件更目录 pod init
阅读全文
posted @ 2021-02-25 17:26 懂事长qingzZ
阅读(281)
评论(0)
推荐(0)
2021年2月7日
iOS UIScrollView弹性问题
摘要: UIScrollorView自带越界回弹的属性,那么它在什么样的情况下,弹性会消失呢1、scrollorView.bounce = false2、scrollorView设置了contentSize,并且contentSize的尺寸小于等于scrollorView的尺寸。那么,有时候contentS
阅读全文
posted @ 2021-02-07 14:50 懂事长qingzZ
阅读(362)
评论(0)
推荐(0)
2021年2月5日
富文本换行文字间隔NSMutableParagraphStyle与NSParagraphStyle的使用
摘要: 参考 https://blog.csdn.net/u013346305/article/details/50896308
阅读全文
posted @ 2021-02-05 18:28 懂事长qingzZ
阅读(75)
评论(0)
推荐(0)
2021年2月3日
iOS 单个控制器隐藏 导航栏下划线
摘要: - (void)useMethodToFindBlackLineAndHindWithHidden:(BOOL)hidden{ UIImageView* blackLineImageView = [self findHairlineImageViewUnder:self.navigationCont
阅读全文
posted @ 2021-02-03 14:10 懂事长qingzZ
阅读(303)
评论(0)
推荐(0)
iOS UICollectionView reloadData后立即获取contentSize.height高度
摘要: 自定义view重写layoutsubviews 方法 核心属性 listView.collectionViewLayout.collectionViewContentSize.heighttableview 同样适用 - (void)layoutSubviews { [super layoutSub
阅读全文
posted @ 2021-02-03 09:50 懂事长qingzZ
阅读(1665)
评论(0)
推荐(0)
2021年2月2日
UICollectionView添加headerView
摘要: 参考: [iOS]UICollectionView添加headerView https://blog.csdn.net/wsyx768/article/details/81100584
阅读全文
posted @ 2021-02-02 18:19 懂事长qingzZ
阅读(240)
评论(0)
推荐(0)
iOS UICollectionReusableView xib 拖不了线
摘要: 新建uicollectionreusableview 的xib文件上的控件拖不了线 手动关联一下···然后就可以拖线了··· 参考 https://cloud.tencent.com/developer/article/1156159
阅读全文
posted @ 2021-02-02 11:56 懂事长qingzZ
阅读(343)
评论(0)
推荐(0)
2021年2月1日
xcode Errors were encountered while preparing your device for development. P
摘要: 重启手机xcode,电脑,清理文件 然后就好了
阅读全文
posted @ 2021-02-01 14:25 懂事长qingzZ
阅读(1839)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
14
15
···
41
下一页