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
UIAlertViewDelegate contains method alertViewShouldEnableFirstOtherButton:`` but your code doesn't allow to use it because it sets delegate toself``` (this category) and so it is impossible just to write this method outside this category when it is necessary
The text was updated successfully, but these errors were encountered:
UIAlertViewDelegate
contains methodalertViewShouldEnableFirstOtherButton:`` but your code doesn't allow to use it because it sets delegate to
self``` (this category) and so it is impossible just to write this method outside this category when it is necessaryThe text was updated successfully, but these errors were encountered: