Boat
Usage
- 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
rboatand 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];
Requirements
Installation
Boat is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Boat"
Author
binku, binku87@gmail.com
License
Boat is available under the MIT license. See the LICENSE file for more info.