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

后端 未结 2 1764
清歌不尽
清歌不尽 2021-01-01 18:38

On iOS 6, after sending a few email messages (by using MFMailComposeViewController), the email screens become very slow to open- at first opening with none of the fields pop

相关标签:
2条回答
  • 2021-01-01 19:29

    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

    0 讨论(0)
  • 2021-01-01 19:33

    there's another possible solution:

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

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

    0 讨论(0)
提交回复
热议问题