CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Jun 2016 |
Maintained by Ryosuke Hiramatsu.
| Depends on: | |
| JSQMessagesViewController | = 7.2.0 |
| JSQSystemSoundPlayer | = 2.0.1 |
Meyasubaco is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Meyasubaco'To run the example project, To try Meyasubaco SDK, open Terminal.app and enter the following command:
pod try Meyasubaco
Please see detail at https://meyasuba.co
You shoud input the ApiKey to Meyasubaco at AppDelegate class.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[Meyasubaco setApiKey:@"<YOUR_API_KEY>"];
return YES;
}You can show request form activity at any position.
[Meyasubaco showCommentViewController:self];and you can show helps.
[Meyasubaco showHelpListViewController:self];