摘要: scrollView = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, 320, 460)]; scrollView.backgroundColor = [UIColor redColor]; // 是否支持滑动最顶端 // scrollV 阅读全文
posted @ 2016-04-01 20:48 偏执Dog 阅读(117) 评论(0) 推荐(0) 编辑
摘要: //根据文字获取size - (CGSize)getSizeWithstring:(NSString *)string { CGSize maxSize = CGSizeMake(320, 320); NSDictionary *dict = @{NSFontAttributeName : [UIF 阅读全文
posted @ 2016-04-01 14:57 偏执Dog 阅读(158) 评论(0) 推荐(0) 编辑