Linked by David Adams on Mon 1st Aug 2011 17:24 UTC
Thread beginning with comment 483150
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
"You should try opening an iOS xib file in a text editor for fun sometime. It's also XML, only completely human unreadable.
It's extremely rare for an iOS developer to need to do that. The code is created by a machine. Why should it be required to be human readable? Besides - if you open it in a competent XML editor and apply formatting, it validates and can be made to look much more friendly.
"
Well, you can create the XML in Android by using the visual editor, so you don't need to see the code if you don't want to, just like in iOS. I almost never write any XML tags by hand. Even custom UI components that you create will show up in the visual editor, for you to drag and drop into your Activity.




Member since:
2006-05-30
It's extremely rare for an iOS developer to need to do that. The code is created by a machine. Why should it be required to be human readable? Besides - if you open it in a competent XML editor and apply formatting, it validates and can be made to look much more friendly.
The only time I ever opened a XIB was when trying to debug a plug-in that was attempting to read the XML and create source code definitions for controls (.Net MObjC plug-in - the code is in the MonoDevelop git repo I believe, or at least the original MonoTouch plug-in code is.)