会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
qingzZ
博客园
首页
博问
闪存
新随笔
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
39
下一页
2021年9月9日
iOS加载大量图片出现内存警告而crash掉
摘要: ///绘图显示 -(UIImage*)OriginImage:(UIImage *)image scaleToSize:(CGSize)size { UIGraphicsBeginImageContext(size); //size 为CGSize类型,即你所需要的图片尺寸 [image drawI
阅读全文
posted @ 2021-09-09 11:23 懂事长qingzZ
阅读(146)
评论(0)
推荐(0)
编辑
2021年8月31日
Mac 解决向日葵被别人远程控制无法操作的问题
摘要: 1.官网下载地址 https://sunlogin.oray.com/download/ 2. 3. 苹果手机 使用过第二个远协,进行远程控制,不要使用第一个设备里面的远程控制 永远报错 参考 https://blog.csdn.net/qq_41949807/article/details/115
阅读全文
posted @ 2021-08-31 14:52 懂事长qingzZ
阅读(1837)
评论(0)
推荐(0)
编辑
2021年8月30日
iOS开发~UITableView 在Plain下区头跟随移动
摘要: -(void)scrollViewDidScroll:(UIScrollView *)scrollView{ CGFloat sectionHeaderHeight = section的高度; if (scrollView.contentOffset.y <= sectionHeaderHeight
阅读全文
posted @ 2021-08-30 10:03 懂事长qingzZ
阅读(78)
评论(0)
推荐(0)
编辑
2021年8月27日
iOS开发—UITableView刷新 屏幕跳动
摘要: cell.showMoreBlock = ^{ // @StrongObj(self); [UIView performWithoutAnimation:^{ [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath,
阅读全文
posted @ 2021-08-27 16:54 懂事长qingzZ
阅读(280)
评论(0)
推荐(0)
编辑
2021年8月26日
iOS 按钮添加多个动画
摘要: btn.transform = CGAffineTransformIdentity; [UIView animateKeyframesWithDuration:0.3 delay:0 options:0 animations: ^{ [UIView addKeyframeWithRelativeSt
阅读全文
posted @ 2021-08-26 15:53 懂事长qingzZ
阅读(80)
评论(0)
推荐(0)
编辑
2021年8月5日
iOS 骨架屏
摘要: OC tigerAndBull/TABAnimated https://github.com/tigerAndBull/TABAnimated Swift 暂未找到
阅读全文
posted @ 2021-08-05 12:27 懂事长qingzZ
阅读(97)
评论(0)
推荐(0)
编辑
2021年7月30日
OC 拖拽View
摘要: 使用 PanPopView2 *popView2 = [[PanPopView2 alloc] initWithminHeight:300 maxHeight:[UIScreen mainScreen].bounds.size.height - 120 panViewHeight:30]; [sel
阅读全文
posted @ 2021-07-30 09:48 懂事长qingzZ
阅读(155)
评论(0)
推荐(0)
编辑
2021年7月29日
OC 配置全局PCH 文件
摘要: https://www.jianshu.com/p/d94aad40a4ef
阅读全文
posted @ 2021-07-29 12:55 懂事长qingzZ
阅读(61)
评论(0)
推荐(0)
编辑
iOS masonary 约束 做动画
摘要: [UIView animateWithDuration:0.1 animations:^{ [self.tipImage mas_updateConstraints:^(MASConstraintMaker *make) { make.bottom.equalTo(popView.mas_botto
阅读全文
posted @ 2021-07-29 10:51 懂事长qingzZ
阅读(174)
评论(0)
推荐(0)
编辑
2021年7月22日
关于OC中直接打印结构体,点(CGRect,CGSize,CGPoint,UIOffset)等数据类型
摘要: NSLog(@"%@",NSStringFromCGRect(view.frame)); 链接 https://blog.csdn.net/weixin_30614109/article/details/99568854?utm_medium=distribute.pc_relevant.none-
阅读全文
posted @ 2021-07-22 10:07 懂事长qingzZ
阅读(144)
评论(0)
推荐(0)
编辑
上一页
1
···
3
4
5
6
7
8
9
10
11
···
39
下一页