Swift — UIKit 之(1)—— 基本组件总览
参考资料:Apple官方KeyNote文件 文章目录1. 常见的系统视图2. 标签(UILabel)3. 图像视图(UIImageView)4. 文本视图(UITextView)5. 滚动视图(UIScrollView)6. 表格视图(UITableView)7. 工具栏(UIToolBar)8. 导航栏(UINavigationBar)9. 标签栏(UITabBarController)10. 按钮(UIButton)11. 分段控件(UISegmentedControl)12. 文本字段(UITextField)13. 滑块(UISilder)14. 开关(UISwitch)15. 日期选
用户评论