iOS Under The Hood
- PDF for offline use
Let us know how you feel about this
Translation Quality
0/250
This topic looks into MonoTouch API design, assemblies and classes from the .NET Base Class Library (BCL), and how Xamarin Studio integrates with Xcode's Interface Builder and Apple's toolchain.
API Design
Explains the design principles behind the API Binding.
Available Assemblies
Lists the available assemblies and classes from the .NET Base Class Library (BCL).
XIB Code Generation
It also covers how Xamarin Studio and Xcode's Interface Builder allows you to use Interface Builder to design UI.
⚠️NOTE: This document explains Xamarin Studio's integration with Xcode's Interface Builder only. For more information on the Xamarin iOS Designer, please review the Introduction to the iOS Designer document
iOS Architecture
Xamarin.iOS applications run within the Mono execution environment, and use full Ahead of Time (AOT) compilation to compile C# code to ARM assembly language. This guide explores Xamarin.iOS at a low level
Let us know how you feel about this
Translation Quality
0/250
Xamarin Workbook
If it's not already installed, install the Xamarin Workbooks app first. The workbook file should download automatically, but if it doesn't, just click to start the workbook download manually.

