iOS 各种控件默认高度(图示)(2)
来源:未知 责任编辑:责任编辑 发表时间:2014-02-18 03:22 点击:次
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">典型的带有导航栏和状态栏的应用程序为纵向显示保留了320*416的区域,为横向保留了480*268的区域。如果使用选项卡栏或者工具栏则会使高度再次减少48或者44像素。
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">4.键盘和pickerView
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">此一般都为横向320*216像素,纵向为480*162像素。
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">另外,UISwitch默认为94*28像素,UISegmentedControl通长为44像素高。
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">UITextField高度一般至少为30像素。
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">5.UIScreen类
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">[[UIScreen mainScreen] applicationFrame]一般会根据正在使用的工具栏,状态栏,导航栏来返回可用的区域。
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
p style="text-align: left; line-height: 26px; font-family: Arial; color: rgb(51,51,51); font-size: 14px">
iPhone和iPad下各种常见控件的宽度和标准是一样的,所以这里就用iPhone说明。
以下是常见的几种控件的高度。Statusbar,Navigationbar和Tabbar的宽度极其图标大小。
相关新闻>>
- 发表评论
-
- 最新评论 更多>>