2015年4月24日

IOS控件内容 对齐方式

摘要: 四个容易混淆的属性:1. textAligment : 文字的水平方向的对齐方式1> 取值NSTextAlignmentLeft = 0, // 左对齐NSTextAlignmentCenter = 1, // 居中对齐NSTextAlignmentRight = 2, // 右对齐2... 阅读全文

posted @ 2015-04-24 11:11 彪biao 阅读(346) 评论(0) 推荐(0)

导航