Now that the Xcode 4 GM seed has been released, will MonoDevelop eventually interact with it somehow for XIB editing? I'm currently manually setting the "Open With..." on each of my XIBs to the old Interface Builder, but there are two problems with this: I have to remember to do it; and any XIB editing enhancements Apple makes in Xcode 4 aren't available.
标签:
xamarin.ios
相关问题
- System.IO.MemoryMappedFiles on MonoTouch?
- Is it possible to use NSUbiquitousKeyValueStore wi
- Monotouch PInvoke System.EntryPointNotFoundExcepti
- MonoTouch.Dialog: Dismissing a Keyboard
- Gradient as a Buttons BorderColor?
相关文章
- How to use native C++ libraries in Mono for Androi
- UTF-16 safe substring in C# .NET
- How to programmatically select a row in UITableVie
- Get control's dimensions in CustomRenderer (Xa
- Streaming audio from microphone in iPhone using Xa
- example of parsing a receipt for an in-app purchas
- What does it mean if the garbage collector is “mor
- How to I bind to the iOS Foundations function NSLo
Xcode 4 GM is under NDA, so nothing can be discussed about it publically.
Support was previewed here: http://mjhutchinson.com/journal/2011/05/preview_xcode_4_support_monotouch
Given the current status of MonoTouch, I think it's safe to assume you will not see this in MonoTouch as it exists now. Presumably this development will be carried over into the new iPhone/Mono product from Xamarin (http://www.xamarin.com/).
Adding outlets and actions is no longer there. XCode 4 now integrates these in code directly, but that is Objective C only, not C#.