You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like using MonoTouch.Dialog in my apps, and it has been great until one issue appeared in iOS 8.
I have a few places in my app where i have Boolean Element in a Section, and when the user switches it, the Footer of the Section changes. Up to now, I've been doing it like this:
However, since iOS 8, the application hangs on Root.Reload(). It doesn't crash or throw an exception, it just hangs, both on device and simulator.
Strange thing is that I have Root.Reload() on other places, where I'm changing values, titles etc. and it's working as expected, it only hangs if I try to change the section footer, and reload then.
The text was updated successfully, but these errors were encountered:
Just hitting the same issue for customers since they have updated to iOS 8 (still same app binary from app store compiled months ago).
It happens every time we edit the dvc.Root element by adding/removing section once the dvc appeared.
The issue seems to be related to animations as when I set UIView.AnimationsEnabled = false the app does not hang.
Hi,
I like using MonoTouch.Dialog in my apps, and it has been great until one issue appeared in iOS 8.
I have a few places in my app where i have Boolean Element in a Section, and when the user switches it, the Footer of the Section changes. Up to now, I've been doing it like this:
However, since iOS 8, the application hangs on
Root.Reload()
. It doesn't crash or throw an exception, it just hangs, both on device and simulator.Strange thing is that I have
Root.Reload()
on other places, where I'm changing values, titles etc. and it's working as expected, it only hangs if I try to change the section footer, and reload then.The text was updated successfully, but these errors were encountered: