Tagged Questions
2
votes
3answers
1k views
No Keyboard with UIAlertViewStylePlainTextInput ?
I have a problem with the UIAlertViewStylePlainTextInput. I get my Alert with the textfield but there is no Keyboard coming up..? Here is my code:
UIAlertView *enter = [[UIAlertView alloc] ...
-2
votes
3answers
146 views
Disable Alert-view When connect to the Internet [closed]
I have an alertview which pops up when there is no internet connection. I there a way to disable it when there is an internet connection….
The working Code:
...
0
votes
3answers
5k views
iPhone app, alert users when they aren't connected to the internet?
What's an easy way to code an alert that warns users when they aren't connected to the Internet? I'm using Xcode, right now when there is no connection it is just a white screen in uiwebview.