(created) |
mNo edit summary |
||
Line 1: | Line 1: | ||
[http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/A_Tour_of_Xcode/000-Introduction/qt_intro.html#//apple_ref/doc/uid/TP30000890 | [http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/A_Tour_of_Xcode/000-Introduction/qt_intro.html#//apple_ref/doc/uid/TP30000890 Xcode] is Apple's IDE and can be downloaded for free (Developer Account required). | ||
== Tips & Tricks == | == Tips & Tricks == |
Revision as of 13:44, 10 June 2011
Xcode is Apple's IDE and can be downloaded for free (Developer Account required).
Tips & Tricks
Organizing Code
- Organizer
- Class Browser
- Open Quickly (cmd+shift+D)
- extremely useful only for currently opened projects!
- Snapshots
- save, rollback & compare, not extremely save but convenient
- Bookmarks (cmd+D)
- Search Results
- Symbols
- View > Favorite Bar
Editor
- alt + double-click: Quick Help
- cmd * double-click: Jump to Definition (Header)
- alt + click on SplitView: split editor views vertically
- context-menu: search, jump to header, find...
- #pragma mark SomeHeadline
- #pragma mark -
- // TODO
Misc
- Refactor...
- Find & Replace: Project & Editor scope
Hidden Preferences
- com.apple.xcode
- PBXCustomTemplateMacroDefinitions.ORGANIZATIONNAME
- Use with Secrets or Terminal:$ defaults write <domain> <key> <value>
More:
- Xcode Tipps & Tricks you wish you knew two years ago...
Diese Seite ist Teil des Werkmoduls iOS Development von Michael Markert für Interface Design / Fakultät Medien an der Bauhaus-Universität Weimar.