HandShake 0.3.1

HandShake 0.3.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by Ryosuke Hiramatsu.



HandShake 0.3.1

  • By
  • Ryosuke Hiramatsu

HandShake iOS-SDK

Installation

HandShake is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'HandShake'

To run the example project, To try StatusBarKit, open Terminal.app and enter the following command:

pod try HandShake

How to Use

Please see detail at http://handshakejp.herokuapp.com/

Initialize

You shoud input the ApiKey to Handshake at AppDelegate class.

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    [HandShake setApiKey:@"<YOUR_API_KEY>"];
    return YES;
}

Show Comment

You can show request form activity at any position.

[HandShake showCommentViewController:self];

Show FAQ

and you can show helps.

[HandShake showHelpListViewController:self];

Requirements

  • iOS 7 and later supported

License

HandShake is available under the MIT license. See the LICENSE file for more info.