报错信息如下:
This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release.
第一次调用会让用户选择:授权后会弹出相册选择器 (此时报上面的错)
此时 presentViewController 需要在main_queue 执行,包括UI控件(控制器)的创建也需要在主线程里更新