InstaBug

    [Instabug setPrimaryColor:[UIColor redColor]];//图片及取消的颜色
    [Instabug setColorTheme:IBGColorThemeDark];//弹出式图的主题色
    [Instabug setFloatingButtonEdge:CGRectMaxXEdge withTopOffset:2];
    [Instabug setLocale:IBGLocaleChineseSimplified];//语言
    [Instabug showIntroMessage];//主动弹出  提示框 我们想听取你的意见摇晃手机即可
    [Instabug setPromptOptionsEnabledWithBug:YES feedback:YES chat:NO];//提出bug  聊天  回复  展示哪个
    [Instabug setReportCategoriesWithTitles:@[@"Category 1", @"Category 2", @"Category 3"] iconNames:@[@"image1", @"image2", @"image3"]];//点击回馈后的第二个选择界面
    [Instabug identifyUserWithEmail:@"[email protected]" name:@"John Appleseed"];//改进意见  写死邮件
    [Instabug setInvocationEvent:IBGInvocationEventNone];//设置弹窗如何出来
    [Instabug invoke];//手动弹出
    [Instabug invokeWithInvocationMode:IBGInvocationModeChatsList];//手动点击弹出什么模式的界面

InstaBug自带了摇一摇的功能 如果不符合产品设计可以自己写摇一摇。

你可能感兴趣的:(InstaBug)