This document provides a summary of new features in Xamarin.iOS, including:
1. Features based on Mono 3.0 including a Mono 3.0-based stack, SGen GC, and .NET 4.5 API surface.
2. Size reductions through features like SmartLink, which only includes referenced code, reducing app sizes by up to hundreds of kilobytes.
3. Runtime improvements such as generic value type sharing to reduce errors and enable more generic-rich apps to run without changes.
4. Debugging aids like NSObject.Description and UIApplication.CheckForIllegalCrossThreadCalls to help write threaded apps.
5. Async support with async versions of