leancloud / leancloud-feedback-ios

LeanCloud 开源的用户反馈组件
https://leancloud.cn/docs/feedback.html
78 stars 31 forks source link

集成到现有 NavigationController 返回按钮无响应 #33

Closed isaced closed 9 years ago

isaced commented 9 years ago

使用以下代码集成到项目中已有的导航栏控制器上会出现反馈页返回按钮点击无响应问题

LCUserFeedbackViewController *feedbackViewController = [[LCUserFeedbackViewController alloc] init];
[self.navigationController pushViewController:feedbackViewController animated:YES];
isaced commented 9 years ago

修复了 #34