MaxIssues 0.0.3

MaxIssues 0.0.3

测试已测试
Lang语言 Obj-CObjective C
许可证 CC
发布最后发布2016年12月

Jin Sun 维护。



MaxIssues 0.0.3

  • MaxLeap

Module-MaxIssues-iOS

使用说明:

一、设置 appid 和 clientkey

1、在 maxleap.cn 中创建应用,并记录 appid 和 clientkey。

2、将 AppDelegate.m 中的宏定义替换为步骤 1 中的 appid 和 clientkey:

#define MAXLEAP_APPID           @"your_app_id"
#define MAXLEAP_CLIENTKEY       @"your_client_key"

二、ViewController 介绍

1、HCConversationViewController:Issues 主界面,使用方法:

HCConversationViewController *issuesViewController = [[HCConversationViewController alloc] init];
[self.navigationController pushViewController:faqViewController animated:YES];

注意:必须使用 NavigationController,因为有一部分按钮放在导航栏上