摘要: _imageView.frame = CGRectMake(0, 0, width, height);_textLabel.frame = CGRectMake(CGRectGetMaxX(_imageView.frame), 0, CGRectGetWidth(self.frame) - CGRe... 阅读全文
posted @ 2015-07-22 19:21 火星的蝈蝈 阅读(319) 评论(0) 推荐(0)
摘要: 方法一+ (instancetype)shareManage{ static Manage *manage = nil; if (manage == nil) { manage = [[Manage alloc]init]; } ... 阅读全文
posted @ 2015-07-22 15:15 火星的蝈蝈 阅读(144) 评论(0) 推荐(0)