- UILabel(标签)
- UITextField(文本输入框)
- UITextView(文本视图)
- UIButton(按钮)
- UIImageView(图像视图)
- UISwitch(开关)
- UIStepper(步进器)
- UIActivityIndicatorView(活动指示器)
- UIProgressView(进度条)
- UISlider(滑动条)
- UIPageControl(页面控制器)
- UIPickerView(选择器视图)
- UIDatePicker(日期选择器)
- UITableView(表格视图)
- UICollectionView(集合视图)
- UIScrollView(滚动视图)
- UIStackView(堆栈视图)
- UITabBar(标签栏)
- UITabBarController(标签栏控制器)
- UINavigationBar(导航栏)
- UINavigationController(导航控制器)
- UISearchBar(搜索栏)
- UISegmentedControl(分段控制器)
- UIAlertController(警报框)
- UIActionSheet(操作表)
- UIBarButtonItem(导航栏按钮)
- UIToolbar(工具栏)
- UIDocumentPickerViewController(文档选择器)
- UIWebView(网页视图,已弃用,推荐使用 WKWebView)
- WKWebView(网页视图)
- MKMapView(地图视图)
- GLKit(OpenGL ES 渲染视图)
- AVPlayer(视频播放器)
- AVAudioPlayer(音频播放器)
- MPVolumeView(音量视图)
- MPMoviePlayerController(视频播放器,已弃用,推荐使用 AVPlayer)
- UIImagePickerController(图像选择器)
- UIActivityViewController(活动视图控制器)
- UIRefreshControl(刷新控件)
- UICollectionViewController(集合视图控制器)
- UITableViewController(表格视图控制器)
- UICollectionReusableView(可重用集合视图视图)
- UITableViewCell(可重用表格视图单元格)
- UICollectionViewCell(可重用集合视图单元格)
- UIStackView(堆栈视图)
- UIScrollView(滚动视图)
- UIPickerView(选择器视图)
- UIStackView(堆栈视图)
- UIMenuController(菜单控制器)
- UIPopoverPresentationController(弹出控制器)
IOS APP 常见UI控件
温正实2024-05-06 14:04
相关推荐
忆江南3 小时前
NSProxy是啥,用来干嘛的忆江南3 小时前
dyld归辞...14 小时前
「iOS」——GCD其他方法详解游戏开发爱好者81 天前
没有 Mac,如何上架 iOS App?多项目复用与流程标准化实战分享Digitally1 天前
如何将 iPhone 备份到 Mac/MacBooksonggeb2 天前
Concurrency in Swift学习笔记-初识mobsmobs2 天前
Flutter开发环境搭建与工具链SY.ZHOU2 天前
iOS上使用WebRTC推拉流的案例杂雾无尘2 天前
2025 年了,是否该全面拥抱 Swift 6?Digitally2 天前
设置后轻松将 iPhone 转移到 iPhone