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
It might be better to change this to call Container.AccessoryButtonTapped(tableView, indexPath); instead. This would let the user override the AccessoryButtonTapped method in a DialogViewController subclass and have access to the index of the element that was tapped.
Right now it's assumed it's always a StyledStringElement and there is info for index in the event.
See https://bugzilla.xamarin.com/show_bug.cgi?id=15329
The text was updated successfully, but these errors were encountered: