摘要:实现tableview 预估行高的方法就好了
阅读全文
摘要:http://www.cocoachina.com/bbs/read.php?tid-145693.html - (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)edit
阅读全文
摘要:没销毁的私聊控制器仍然监听到了通知,发送表情
阅读全文
摘要:http://blog.csdn.net/hufengvip/article/details/17231133 下面一行搞定
阅读全文
摘要:CGAffineTransform transform; // = CGAffineTransformScale(flyImoji.transform, 8, 8); transform = CGAffineTransformMakeRotation(90); [UIView animateWith
阅读全文
摘要:[self.firstComment mas_makeConstraints:^(MASConstraintMaker *make) { make.top.mas_equalTo(self.summaryLbl.mas_bottom).offset(commentPadding); make.lef
阅读全文
摘要:http://www.jianshu.com/p/07cd655fee7e YYTextLayout *layout = [YYTextLayout layoutWithContainerSize:CGSizeMake(SCREEN_WIDTH - commentLeftMargin * 2, CG
阅读全文
摘要:http://www.cocoachina.com/bbs/read.php?tid-315222.html 删除cell之前先把数据源也删除一条,直接删除cell会崩溃 下面是正确的姿势: cell.deleteCellBlock = ^(NSIndexPath *deleteIdx){ [wea
阅读全文
摘要:设置控件圆角,只设置上面两个角的圆角(任意角) http://blog.csdn.net/shuilanjuedemaomn/article/details/45644529 代码(通过贝塞尔曲线重绘layer层)
阅读全文
摘要:因为没有移除通知, 如果在内存中一直有这个对象,就会监听到好几个通知
阅读全文
摘要:有时候,xcode报错看不到,点最后一个按钮,类似气泡的就能看到 报错信息: duplicate symbol _imgNummmm in: /Users/mianmian/Library/Developer/Xcode/DerivedData/Hopa-eoovygqexylwftalhofmgo
阅读全文
摘要:// 目标view的直接父viwe 目标view 要转换到的view [self.backgroundMsgView convertRect:self.chatImageView.frame toView:[UIApplication sharedApplication].keyWindow];
阅读全文