会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qingzZ
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
39
下一页
2020年3月26日
swift 工程 xcode 接入bugly 导出包 出错
摘要: 报错信息 Bugly server response: {"rtcode":50500,"msg":"Success","data":{"reponseCode":"-1","reponseDesc":"system error"}} Error: Failed to upload the zip
阅读全文
posted @ 2020-03-26 17:09 懂事长qingzZ
阅读(831)
评论(3)
推荐(0)
编辑
2020年3月17日
swift 获取当前显示的VC
摘要: extension UIViewController { /// 获取当前显示的VC /// /// - Returns: 当前屏幕显示的VC class func getCurrentViewController() -> UIViewController?{ // 获取当先显示的window v
阅读全文
posted @ 2020-03-17 11:26 懂事长qingzZ
阅读(1339)
评论(0)
推荐(0)
编辑
2020年3月16日
swift 导航栏item
摘要: /// 配置导航 客服 private func setNavRightBar() { let rightBarItem = UIBarButtonItem(image: UIImage(named: "customerService")?.withRenderingMode(UIImage.Ren
阅读全文
posted @ 2020-03-16 10:35 懂事长qingzZ
阅读(307)
评论(0)
推荐(0)
编辑
2020年2月26日
Swift 获取系统用权限 调用相机截图
摘要: #import <PhotosUI/PhotosUI.h> /** * 系统权限的获取 */ class JYSystemAuthorityModel: NSObject { /// 获取访问相册的权限 /// /// - Parameter result: 权限结果 static func che
阅读全文
posted @ 2020-02-26 12:44 懂事长qingzZ
阅读(1184)
评论(0)
推荐(0)
编辑
2020年2月19日
1.NSLayoutConstraint 设置优先级 2.删除更新约束(添加标识)
摘要: //显示提交按钮 时的约束 private var svBottomCon:NSLayoutConstraint? //隐藏提交按钮 时的约束 private var svUpdateBottomCon:NSLayoutConstraint? //显示有数据的UI , 不能编辑,隐藏提交按钮 此时设
阅读全文
posted @ 2020-02-19 10:09 懂事长qingzZ
阅读(2264)
评论(0)
推荐(0)
编辑
2019年12月19日
xcode 迁移自定义代码块
摘要: iOS Xcode自定义代码块迁移 Command + Shift + G. 前往如下路径的文件夹 路径 : ~/Library/Developer/Xcode/UserData/CodeSnippets 把文件夹内部的文件复制, 粘贴到另一台电脑的Xcode同样的文件夹中即可 重启xcode 转自
阅读全文
posted @ 2019-12-19 18:13 懂事长qingzZ
阅读(266)
评论(0)
推荐(0)
编辑
2019年12月10日
动态布局UITableView的cell , header , footer
摘要: 对于固定显示的 直接添加个一个view 上就行, 类似上面的 开单办卡, 用一个bgView 添加这两个控件 需求 : 上面的 view 是 UITableview 的 头部, 不是分区的头部, 有卡显示卡模块, 没卡, 就不显示 此时最好的解决方法, 就是 卡的背景view换成UIScrollVi
阅读全文
posted @ 2019-12-10 11:42 懂事长qingzZ
阅读(455)
评论(0)
推荐(0)
编辑
2019年11月26日
Swift - UITableView 的自定义cell, 区头和自定义区尾 VFL约束报错问题
摘要: 总结,实现了 cell预设高度, header 预设高度, footer预设高, 不会报错 1. UITableview先走 预设高度的代理 预设cell高度 func tableView( tableView: UITableView, estimatedHeightForRowAt indexP
阅读全文
posted @ 2019-11-26 10:52 懂事长qingzZ
阅读(397)
评论(0)
推荐(0)
编辑
2019年11月15日
edgesForExtendedLayout、automaticallyAdjustsScrollViewInsets及extendedLayoutIncludesOpaqueBars的使用
摘要: https://www.jianshu.com/p/0c29e222430f
阅读全文
posted @ 2019-11-15 13:52 懂事长qingzZ
阅读(142)
评论(0)
推荐(0)
编辑
2019年11月11日
swift 按钮取消点击动画
摘要: btn.layer.removeAllAnimations() btn.adjustsImageWhenHighlighted = false
阅读全文
posted @ 2019-11-11 16:42 懂事长qingzZ
阅读(329)
评论(0)
推荐(0)
编辑
上一页
1
···
11
12
13
14
15
16
17
18
19
···
39
下一页