I have a DialogViewController
with many elements and a search bar. When a user taps between the search bar and the cancel button fast, the Elements
node of the Section
in the following MonoTouch.Dialog.Elements.cs
code is sometimes null so it throws an error and the app is torn down by the OS. Is there a work around?
From Elements.cs
, latest Git version. Only happens on a real device.