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 looks like the 'showsCancelButton' flag is ignored if it's set before actually presenting the view controller. I think code in 'viewWillAppear' overrides it - so the only option is to set this flag after the view actually appears.
It looks like the 'showsCancelButton' flag is ignored if it's set before actually presenting the view controller. I think code in 'viewWillAppear' overrides it - so the only option is to set this flag after the view actually appears.