editing xibs
editing xibs
Recently I have been porting an app from WPF to Cocoa.
This has entailed a lot of looking at XAML.
Visual Studio has a XAML editor but many programmers just edit the XAML directly.
The XAML expresses all aspects of the UI, including bindings, and is a powerful means of defining a UI.
In Xcode we have IB and the .xib.
I use IB and think it is powerful, especially when it comes to configuring Auto Layout.
However, part of me objects to having to dig through inspector panes to modify properties and bindings.
I can edit the XIB file of course but it hasn’t been designed for manual editing.
Does anyone habitable construct .xib files manually?
What I would find appealing would be a more code orientated presentation/visualisation of the .xib content.
Then I could quickly review and edit bindings textually rather than through the inspector, the way that a WPF programmer works with their XAML file.
I am not aware of any tool that that takes this approach.
Is it out there?
Is a XAML like solution eve possible : http://en.wikipedia.org/wiki/User_interface_markup_language
or a domain specific language (perhaps that is all XAML is)
or an innovative tool that more widely encompasses both the textual and visual components of UI design on OS X.
Jonathan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden