【发布时间】:2018-03-05 12:55:04
【问题描述】:
我正在使用SwipeViewController。我向开发人员提出了我的问题,但他忽略了它。 Here is my question。
当我在 ImagePicker 的关闭方法中关闭模式时
imagePicker.dismiss(animated: true, completion: nil)
显示来自 SwipeVC 的导航栏而不是 VC1 导航栏。
你有任何想法如何处理或者我做错了什么?
【问题讨论】:
-
您是否在
viewWillAppear(_:)方法中将3 个自定义元素添加到您的工具栏?如果是,请不要那样做。
标签: ios swift navbar swipe navigationcontroller