文鹏教育

博客园 首页 新随笔 联系 订阅 管理

2015年8月19日 #

摘要: 四个容易混淆的属性:1. textAligment : 文字的水平方向的对齐方式1> 取值NSTextAlignmentLeft = 0, // 左对齐NSTextAlignmentCenter = 1, // 居中对齐NSTextAlignmentRight = 2, // 右对齐2> 哪些控件有... 阅读全文
posted @ 2015-08-19 15:46 zhoup 阅读(272) 评论(0) 推荐(0)

摘要: CGFloat enterW = self.view.frame.size.width - 80;// 245; CGFloat y = 0; containerView = [[UIView alloc] initWithFrame:CGRectMake(0, y, self.view.frame... 阅读全文
posted @ 2015-08-19 10:27 zhoup 阅读(144) 评论(0) 推荐(0)