Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialization of GKImagePicker hangs main thread. #33

Open
0xc00010ff opened this issue Sep 9, 2013 · 0 comments
Open

Initialization of GKImagePicker hangs main thread. #33

0xc00010ff opened this issue Sep 9, 2013 · 0 comments

Comments

@0xc00010ff
Copy link

This happens in the sample app the same as it does in my app.

Simply alloc-init'ing and presenting the view controller takes about 1 second, with the main thread blocked in the mean time. It's pretty clunky.

It wouldn't be too difficult to just send it off on a dispatch_async() and call back to the main thread when ready- but I think this should be covered GKImagePicker's implementation.

I'll test it in instruments and post info if I have time tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant