Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The alert for inputting highscore name causes crash in iOS 4 #10

Open
RafaelAyala opened this issue Dec 18, 2011 · 0 comments
Open

The alert for inputting highscore name causes crash in iOS 4 #10

RafaelAyala opened this issue Dec 18, 2011 · 0 comments

Comments

@RafaelAyala
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant