IOS中經常用到的空間尺寸大小

來源:互聯網
上載者:User

 Element Size (in points)Window (including status bar) 320 x 480 ptsStatus Bar(How to hide the status bar) 20 ptsView inside window (visible status bar) 320 x 460Navigation Bar 44 ptsNav Bar Image /Toolbar Image up to 20 x 20 pts (transparent PNG)Tab Bar 49 ptsTab Bar Icon up to 30 x 30 pts (transparent PNGs)Text Field 31 ptsHeight of a view inside a navigation bar 416 ptsHeight of a view inside a tab bar 411 ptsHeight of a view inside a navbar and atab bar 367 ptsPortrait Keyboard height 216 ptsLandscape Keyboard height 140 ptsPointsvs. PixelsThe iPhone 4 introduced a high resolution display with twice thepixels of previous iPhones. However you don't have to modifyyour code tosupport high-res displays; the coordinate system goes by pointsrather than pixels, and the dimensi***** in points of the screenand all UI elements remain the same.iOS 4supports high resolution displays (like the iPhone 4 display) viathe scale propertyon UIScreen, UIView, UIImage, and CALayer classes. If the object isdisplaying high-res content, its scale property is set to 2.0.Otherwise it defaults to 1.0.All you need to do to support high-res displays is to provide @2xversi***** of the images in your project. Seethe checklist for updating to iOS4 or Apple documentationfor Supporting High Resolution Screens formore info.Adjusting SizesClick here to see how toadjust View Frames and Bounds.Additional ReferencesApple Documentation: Points vs. PixelsAppleDocumentation: UIBarButtonItem ClassReference says "Typically, the size of atoolbar and navigation bar image is 20 x 20 points."AppleDocumentation: UITabBarItem ClassReference says "The size of an tab bar imageis typically 30 x 30 points."

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.