上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 39 下一页
摘要: ///绘图显示 -(UIImage*)OriginImage:(UIImage *)image scaleToSize:(CGSize)size { UIGraphicsBeginImageContext(size); //size 为CGSize类型,即你所需要的图片尺寸 [image drawI 阅读全文
posted @ 2021-09-09 11:23 懂事长qingzZ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: -(void)scrollViewDidScroll:(UIScrollView *)scrollView{ CGFloat sectionHeaderHeight = section的高度; if (scrollView.contentOffset.y <= sectionHeaderHeight 阅读全文
posted @ 2021-08-30 10:03 懂事长qingzZ 阅读(78) 评论(0) 推荐(0) 编辑
摘要: cell.showMoreBlock = ^{ // @StrongObj(self); [UIView performWithoutAnimation:^{ [tableView reloadRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath, 阅读全文
posted @ 2021-08-27 16:54 懂事长qingzZ 阅读(280) 评论(0) 推荐(0) 编辑
摘要: btn.transform = CGAffineTransformIdentity; [UIView animateKeyframesWithDuration:0.3 delay:0 options:0 animations: ^{ [UIView addKeyframeWithRelativeSt 阅读全文
posted @ 2021-08-26 15:53 懂事长qingzZ 阅读(80) 评论(0) 推荐(0) 编辑
摘要: OC tigerAndBull/TABAnimated https://github.com/tigerAndBull/TABAnimated Swift 暂未找到 阅读全文
posted @ 2021-08-05 12:27 懂事长qingzZ 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 使用 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) 编辑
摘要: https://www.jianshu.com/p/d94aad40a4ef 阅读全文
posted @ 2021-07-29 12:55 懂事长qingzZ 阅读(61) 评论(0) 推荐(0) 编辑
摘要: [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) 编辑
摘要: 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 下一页