ZhipingYang / UUChatTableView

Cocoa UI component for group or private chat bubbles with text, images and audio support
MIT License
1.91k stars 431 forks source link

有纯代码的吗 #62

Closed Panshuyan closed 6 years ago

Panshuyan commented 8 years ago

扔到我的项目中一推错误,都没有心情改了! @property (strong, nonatomic) NSLayoutConstraint *bottomConstraint; // 底部的约束 改成这样,发信息的框都没有显示

ZhipingYang commented 8 years ago

哈哈,你引入的NSLayoutConstraint *bottomConstraint需要通过xib加进去。恩,做的Demo当时图个方便,会改的

ZhipingYang commented 6 years ago

去除xib了