摘要:
聊天记录存在的参数 根据mvc先创建model#import @interface ChatSQLModel : NSObject@property (nonatomic,copy)NSString *fromUserName;@property (nonatomic,copy)NSString *... 阅读全文
摘要:
添加代码注释的插件时需更改的UDID获取方法defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUIDNSUrl中存在汉字的解决办法是:urlStr = [urlStr stringByAddingPe... 阅读全文
摘要:
首先初始化一个要展示的泡泡视图 paopaoView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 200, 80)]; paopaoView.layer.cornerRadius = 10; paopaoView.layer.... 阅读全文