MSImagePickerController icon indicating copy to clipboard operation
MSImagePickerController copied to clipboard

rightBarButtonItem自定义失败.另外这种方式允许上架么?

Open misuqian opened this issue 8 years ago • 2 comments

picker.topViewController.navigationItem.rightBarButtonItem = self.doneButton 这句执行了但立马被设置回原有自带的cancel了 我用的iOS10的虚拟机

另外问一下,这种方式允许上架么?

misuqian avatar Nov 18 '16 08:11 misuqian

这个问题在xcode8上才出现的 原因不清楚 上架不清楚 可以用别的第三方替代下

发自我的 iPhone

在 2016年11月18日,下午4:56,pengqian [email protected] 写道:

picker.topViewController.navigationItem.rightBarButtonItem = self.doneButton 这句执行了但立马被设置回原有自带的cancel了

另外问一下,这种方式允许上架么?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

roshanman avatar Nov 18 '16 08:11 roshanman

这个问题在Xcode8上可以通过延时修复一下 缺点是按钮会一瞬间来回切换。查看新的代码试试

roshanman avatar Dec 09 '16 01:12 roshanman