摘要: Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/plain" UserInfo=0xa053d90 {com.ala... 阅读全文
posted @ 2015-01-15 19:18 lss0209 阅读(930) 评论(0) 推荐(0) 编辑
摘要: //创建层 CALayer *layer5=[CALayer layer]; //设置层背景 layer5.backgroundColor=[[UIColor brownColor]CGColor]; //设置大小 layer5.bounds=CGRectMake(200, 200, 2... 阅读全文
posted @ 2015-01-15 17:06 lss0209 阅读(116) 评论(0) 推荐(0) 编辑
摘要: #import @interface model : NSObject@property(nonatomic,copy)NSString *bookName;@property(nonatomic,assign)double BookPrice;@end//实现委托@interface model(... 阅读全文
posted @ 2015-01-15 16:54 lss0209 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 发送通知[[NSNotificationCenter defaultCenter]postNotificationName:@"change" object:nil];注册通知[[NSNotificationCenter defaultCenter]addObserver:self selecto... 阅读全文
posted @ 2015-01-15 16:22 lss0209 阅读(175) 评论(0) 推荐(0) 编辑