Closed isaced closed 9 years ago
使用以下代码集成到项目中已有的导航栏控制器上会出现反馈页返回按钮点击无响应问题
LCUserFeedbackViewController *feedbackViewController = [[LCUserFeedbackViewController alloc] init]; [self.navigationController pushViewController:feedbackViewController animated:YES];
修复了 #34
使用以下代码集成到项目中已有的导航栏控制器上会出现反馈页返回按钮点击无响应问题