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
In the gameviewcontroller.m , the winGame function, this line
winAlert.alertViewStyle = UIAlertViewStylePlainTextInput;
causes iOS 4 to crash.
One possible solution is to scrap using this to display the textbox and manually putting one into the xib which is hidden until the player finishes, then they can input the name on it and it disappears again.
The text was updated successfully, but these errors were encountered:
In the gameviewcontroller.m , the winGame function, this line
winAlert.alertViewStyle = UIAlertViewStylePlainTextInput;
causes iOS 4 to crash.
One possible solution is to scrap using this to display the textbox and manually putting one into the xib which is hidden until the player finishes, then they can input the name on it and it disappears again.
The text was updated successfully, but these errors were encountered: