====== iOS ====== //iOS// ist ein von Apple entwickeltes Betriebssystem für [[lexikon:embeddedsystem|eingebettete Systeme]]. Es wird vor allem auf Apples mobilen Geräten, wie das //iPhone//, das //iPad// oder dem //iPod Touch// verwendet, es befindet sich aber auch dem //Apple TV//. ===== Bildschirmgrößen ===== ^ Gerät ^ Breite (px) ^ Höhe (px) ^ Auflösung (ppi) ^ Datei-Benennung ^ Geräte-Generation ^ | iPhone | 320 | 480 | 163 | ''example.png''| iPhone, iPhone 3G, iPhone 3GS | | iPhone (Retina, 3,5 Inch) | 640 | 960 | 326 | ''example@2x.png'' | iPhone 4, iPhone 4S | | iPhone (Retina, 4 Inch) | 640 | 1136 | 326 | ''example-568h@2x.png'' | iPhone 5 | | iPad | 768 | 1024 | 132 | ''example.png'' | iPad, iPad 2 | | iPad (Retina) | 1536 | 2048 | 264 | ''example@2x.png'' | iPad 3, iPad 4 | | iPad Mini | 768 | 1024 | 163 | ''example.png'' | iPad Mini | [[http://www.iphoneresolution.com/|What's the iPhone screen resolution?]] ===== Schriftarten ===== [[http://iosfonts.com/|iOS Fonts]] ===== App-Entwicklung ===== iOS basiert auf dem, ebenfalls von Apple entwickelten, Betriebssystem [[macosx:start|MacOS X]], wodurch die Software-Entwicklung für iOS sehr ähnlich zu MacOS X ist. So wurde bspw. das [[apple:cocoa:start|Cocoa-Framework]] von MacOS X für iOS zu [[apple:cocoa-touch:start|Cocoa Touch]] portiert, und dabei vor allem um Touch-Funktionen erweitert. * [[development|App-Entwicklung für iOS]]