Results 3 issues of Pikdays

Bug: webVC.showsNavigationBackBarButtonItemTitle = NO; 设置无效 系统环境:都是最新的

T::WaitingForUser
T::Confirming

-----Error: 执行 pod update 操作后,AXWebViewController.m 文件中的这段代码报错:[[AXPracticalHUD sharedHUD] showSimpleInView:self.view.window text:nil detail:nil configuration:^(AXPracticalHUD *HUD) {略} -----Xcode提示信息:No visible @interface for 'AXPracticalHUD' declares the selector 'showSimpleInView:text:detail:configuration:' -----所有开发环境都是最新的 -----解决方案建议:podfile 中 的 pod 'AXPracticalHUD' 加上指定的版本号,可避免依赖库更新兼容性问题

T::Bug
T::WaitingForUser