iOS6: MFMailComposeViewController slow to load and flashes black screen; MailCompositionS begins hogging memory

早过忘川 提交于 2019-11-30 11:19:05

on ios 6 the mail composer is its own app (inside yours) :: http://oleb.net/blog/2012/10/remote-view-controllers-in-ios-6/


the code looks good to me if you are using ARC else it leaks and on ios6 that might result in x XPC remotes

if all is good there, Id blame it on a bug in apple's new handling of XPC

tt.Kilew

there's another possible solution:

Remove custom fonts from the appearance methods, if you have any

https://stackoverflow.com/a/19910337/104170

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!