摘要:
前面我们学习了 UITextView, 现在让我们继续往下学.1.UIAlertView的常用属性// 1.设置 UIAlertView 的代理对象 var delegate: AnyObject?// 2.设置 UIAlertView 的标题名称var title: Stri... 阅读全文
摘要:
前面我们讲完了iOS中的两个表格控件, 现在让我们继续往下看:1.UITextView常用属性// 1.设置 UITextView 的文字var text: String!// 2.设置 UITextView 的字体大小var font: UIFont!// 3.设置 UITextV... 阅读全文