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
阅读(161)
推荐(0) 编辑
OC 配置全局PCH 文件
摘要:https://www.jianshu.com/p/d94aad40a4ef
阅读全文
posted @
2021-07-29 12:55
懂事长qingzZ
阅读(61)
推荐(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
阅读(179)
推荐(0) 编辑
关于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
阅读(148)
推荐(0) 编辑
OC - 跑马灯
摘要:很完美的多用跑马灯 【链接】iceyouyou/UUMarqueeViewhttps://github.com/iceyouyou/UUMarqueeView
阅读全文
posted @
2021-07-09 12:22
懂事长qingzZ
阅读(191)
推荐(0) 编辑