摘要: 1 UIViewContentModeScaleToFill, // 按设置尺寸 - 填充 2 UIViewContentModeScaleAspectFit, // 按设置尺寸 - 等比例填充, 有边界 3 UIViewCo... 阅读全文
posted @ 2016-01-07 19:09 guangleijia 阅读(660) 评论(0) 推荐(0)
摘要: UITableView继承自UIScrollview,是苹果为我们封装好的一个基于scroll的控件。上面主要是一个个的 UITableViewCell,可以让UITableViewCell响应一些点击事件,也可以在UITableViewCell中加入 UITextField或者UITextV... 阅读全文
posted @ 2016-01-07 12:19 guangleijia 阅读(1061) 评论(0) 推荐(0)