上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 41 下一页

未解决: 给带子控件的父控件截图,不能截出来子控件

摘要: 未解决 阅读全文
posted @ 2017-12-15 18:48 土匪7 阅读(99) 评论(0) 推荐(0)

压缩图片有白边

摘要: http://blog.csdn.net/chelongfei/article/details/51680478 只需要将所有的CGFloat转化为NSInteger即可 func imageScaleSize(newSize: CGSize) -> UIImage{ let width = NSI 阅读全文
posted @ 2017-12-14 16:02 土匪7 阅读(263) 评论(0) 推荐(0)

图标没了还变大了

摘要: 因为,Contents.json没了,粘贴过来一份就好了(appicon 和lunchimage) 修改 了文件, sourceTree没有识别 http://blog.csdn.net/youshaoduo/article/details/53183950 那就更狠一点,输入 这样就可以将1.m添 阅读全文
posted @ 2017-12-06 16:42 土匪7 阅读(150) 评论(0) 推荐(0)

列表刷新后跳动

摘要: 实现tableview 预估行高的方法就好了 阅读全文
posted @ 2017-11-30 17:47 土匪7 阅读(156) 评论(0) 推荐(0)

UITableView左右滑动cell无法显示“删除”按钮的原因分析

摘要: http://www.cocoachina.com/bbs/read.php?tid-145693.html - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)edit 阅读全文
posted @ 2017-11-30 12:53 土匪7 阅读(131) 评论(0) 推荐(0)

不移除通知的话,出现的bug

摘要: 没销毁的私聊控制器仍然监听到了通知,发送表情 阅读全文
posted @ 2017-11-28 15:31 土匪7 阅读(140) 评论(0) 推荐(0)

新同事,git又报错Please move or remove them before you merge

摘要: http://blog.csdn.net/hufengvip/article/details/17231133 下面一行搞定 阅读全文
posted @ 2017-11-23 16:30 土匪7 阅读(9269) 评论(0) 推荐(0)

动画-缩放,旋转 CGAffineTransform

摘要: CGAffineTransform transform; // = CGAffineTransformScale(flyImoji.transform, 8, 8); transform = CGAffineTransformMakeRotation(90); [UIView animateWith 阅读全文
posted @ 2017-11-22 23:52 土匪7 阅读(170) 评论(0) 推荐(0)

自动布局又出问题-HPPGCTableViewCell

摘要: [self.firstComment mas_makeConstraints:^(MASConstraintMaker *make) { make.top.mas_equalTo(self.summaryLbl.mas_bottom).offset(commentPadding); make.lef 阅读全文
posted @ 2017-11-22 18:44 土匪7 阅读(162) 评论(0) 推荐(0)

YYLabel计算富文本高度-膜拜大神

摘要: http://www.jianshu.com/p/07cd655fee7e YYTextLayout *layout = [YYTextLayout layoutWithContainerSize:CGSizeMake(SCREEN_WIDTH - commentLeftMargin * 2, CG 阅读全文
posted @ 2017-11-22 17:57 土匪7 阅读(5539) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 41 下一页