- Create a new project
- gem install cococapod
- gem install rboat
- pod init
- Add
pod 'Boat', :path => '/Users/bin/Codes/iphone/Boat'
- pod install
- open ProjectName.xcodeproj then close ProjectName.xcworkspace
- open ProjectName.xcworkspace
- cd to new project and run
rboat
and enter project name - Add below code to AppDelegate.rb
#import self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; self.window.backgroundColor = [UIColor whiteColor]; [Router redirectTo:@"HelloWorld" params:nil]; [self.window makeKeyAndVisible];
Boat is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Boat"
binku, binku87@gmail.com
Boat is available under the MIT license. See the LICENSE file for more info.