Monday, July 27, 2009

Copyright source code in xcode

Though there are several mechanisms to copyright your code in xcode, the easiest is to update your user account company field in the Address application. Once updated all new source code files will be updated with your company in the copyright field. Any source files previously created will not be updated and you’ll need to update them manually.

Changing view sizes in xcode

If you create a view.xib in xcode you will not be able to manually alter the size of the view (Command-#3) until you remove any bars from your view (Command-#1). The default setting for a new view is to always show a status bar.