Vim plugin for Cocoa/Objective-C development with updated documentation support for iOS, OS X, watchOS & Xcode. It is now possible to use the online documentation which is easier to navigate; this also removes the requirement to download the offline documentation.
With Vundle
Plugin 'AlexKornitzer/cocoa.vim'
With Pathogen
cd ~/.vim/bundle
git clone https://github.com/AlexKornitzer/cocoa.vim.git
mkdir cocoa.vim
cd !$
git clone git://github.com/msanders/cocoa.vim.git
cp -r . ~/.vim
cocoa.vim was developed by Michael Sanders.