Task mappings from iOS to Windows
[This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation]
Use this reference to map selected iOS development areas, frameworks, controls, and classes to equivalents for Windows Store apps and Windows Phone Store apps.
Development areas
See also Developing Windows Store apps
iOS development area | Equivalent Windows Store app development area |
---|---|
Application badges |
See Badge overview, Quickstart: Sending a badge update, and App tiles and badges sample |
Application lifecycle |
See Application lifecycle and Launching, resuming, and multitasking |
Archiving |
|
Data and file access |
|
Drawing and animations |
See Blend for Visual Studio, XAML vector-based drawing sample, and XAML animation library sample |
iCloud |
See Quickstart: Roaming application data, Application data sample, and OneDrive API (but see Configuring your app before using the Microsoft OneDrive API) |
OpenGL ES 2.0 |
|
Settings |
|
SQLite |
See Using SQLite in Windows 8 Store Apps and SQLite with Windows 8 apps |
Touch |
See Quickstart: Touch input and Input: Windows 8 gestures sample |
Web services |
See Connecting to web services, Web authentication broker sample, and HttpClient sample |
Top
Frameworks
Top
Controls
See also API mapping index and Controls list
Top
Classes
iOS class | Equivalent Windows Store app class |
---|---|
CLLocation |
See Detecting geolocation, Geolocation sample, and Windows.Devices.Geolocation namespace |
NSThread |
See Using the thread pool in Windows Store apps and Thread pool sample |
NSXMLParser |
See XLinq, XmlReader, and XmlWriter data message query sample; Windows Runtime XML data API sample; and Windows.Data.Xml.Dom namespace |
UIApplication |
See also Application lifecycle and Launching, resuming, and multitasking |
UIDevice |
See Responding to motion and orientation sensors, Compass sensor sample, Accelerometer sample, Gyrometer sensor sample, Inclinometer sensor sample, LightSensor sample, OrientationSensor sample, and Supporting proximity and tapping |
UIGestureRecognizer |
See Quickstart: Touch input and Input: Windows 8 gestures sample |