簡(jiǎn)單介紹
http://blog.csdn.net/chenyong05314/article/details/17357221
問(wèn)題:
一個(gè)UIImagePickerController
如果A view controller 上 present出 一個(gè)UIImagePickerController,選擇完成圖片后,如果你想要接下來(lái)立馬跳到另一個(gè)view controller B,你需要dismiss UIImagePickerController,然后present B。這時(shí)候就會(huì)發(fā)現(xiàn)手機(jī)上會(huì)閃過(guò)A,像bug一樣,但是確實(shí)你邏輯的實(shí)現(xiàn)方式。
我考慮過(guò)使用navigation controller,然后用push和pop的方式展現(xiàn)picker,報(bào)錯(cuò)Pushing a navigation controller is not supported