On Fri, Feb 22, 2008 at 12:27 AM, Chris Ryland <[EMAIL PROTECTED]> wrote: > Other than sporadic mentions of problems hither and thither, I don't > see anyone complaining about using .xib (vs .nib) format much. > > Does that mean they're safe to use? Any other experiences? >
I've found they're better than nibs, but still kinda a pain in the ass for source control. Interface Builder has a tendency of changing all the ids throughout the xml if you so much as breath on the xib, and there's this huge chunk of unintelligible data at the end of the xib that contains god knows what. It's an improvement on scattering the changes throughout 3 opaque files, though. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
