What are some key bindings that aren't included?
相关问题
- Generic Generics in Managed C++
- CALayer - backgroundColor flipped?
- How to Debug/Register a Permanent WMI Event Which
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
You can find the complete list of limitations in MonoTouch at Xamarin.
A short list of .NET features not available in MonoTouch:
One thing to also mention is you cannot reference .NET assemblies that haven't been built/compiled using the .NET MonoTouch configuration.
So if you have a favourite .NET 2.0 library you will need to re-import the source into a new MonoTouch project, compile it, and then reference it. There may be an easier way of doing this by editing the
.csproj
file but I haven't found it.Here is a link of the assemblies that it ships with: http://docs.xamarin.com/ios/about/assemblies
Here is a summary of the .Net framework assemblies: