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

Crashes in iOS 11 #16

Open
sachinrekhi opened this issue Sep 23, 2017 · 0 comments
Open

Crashes in iOS 11 #16

sachinrekhi opened this issue Sep 23, 2017 · 0 comments

Comments

@sachinrekhi
Copy link

This approach seems to crash the app when used in iOS 11. Specifically when the following line is called, the app will crash within a few seconds (though not immediately on this line of code). Comment out this line of code stops the app from crashing, but the form assistant is still displayed.

// remove the form accessory bar
[peripheralView removeFromSuperview];

The issue is specifically removing the view from the superview. If you set the opacity of the view to 0, then the app also doesn't crash. Also if you set the frame to CGRectZero, it also doesn't crash. But I haven't been able to do so in such a way to recover the screen pixels that the form assistant previously took up.

Has anyone found a suitable workaround for removing the form assistant in iOS11?

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