This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
Commands/ | Sat Aug 30 21:45:44 -0700 2008 | |
| |
README.markdown | Sun Aug 31 04:38:09 -0700 2008 | |
| |
Rakefile | Sun Aug 31 04:05:43 -0700 2008 | |
| |
Snippets/ | Sat Jun 21 04:59:21 -0700 2008 | |
| |
Support/ | Sun Aug 31 04:05:43 -0700 2008 | |
| |
Syntaxes/ | Sat Aug 30 20:32:44 -0700 2008 | |
| |
info.plist | Sat Jun 21 03:19:07 -0700 2008 |
README.markdown
TextMate bundle for Objective-C (iPhone)
There already exists a huge bundle for Objective-C and another for developing outside of Xcode. But the Objective-C bundle is also the Cocoa bundle. With the iPhone SDK, it has a different suite of classes, protocols etc.
Ultimately this bundle will provide access to the iPhone SDK classes and protocols. Its in its infancy, and since the NDA hasn't been lifted you shouldn't be reading this I guess.
Features
- Protocol method stubs - never need remember what methods are required for your class to be a delegate of UITableView again, just select UITableViewDelegate and it spews out all the required and optional methods as ready-to-use stubs. (⌃⌥⌘P)
Installation
To install via Git:
cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/drnic/objective-c-iphone-tmbundle.git "Objective-C iPhone.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Source can be viewed or forked via GitHub: http://github.com/drnic/objective-c-iphone-tmbundle/tree/master







