Tagged Questions

In iOS UIAlertView class is used to display an alert message to the user. An alert view functions similar to but differs in appearance from an action sheet.

learn more… | top users | synonyms

17
votes
2answers
3k views

Create UIActionSheet 'otherButtons' by passing in array, not varlist

I have an array of strings that I want to use for button titles on a UIActionSheet. Unfortunately, the otherButtonTitles: argument in the method invocation takes a variable length list of strings, not ...
14
votes
1answer
741 views

alert once on launch of iPhone/iPad application

I want to popup an alert with "OK" and "Cancel" button. This alert should appear only once on first launch of iPhone/iPad application and for the alert if OK button is pressed then next launch of ...
12
votes
1answer
3k views

“Creating precompiled collator because collator is out of date”

I am trying to "self-destruct" a view controller by doing [[self navigationController] popViewControllerAnimated:YES]. Before I do this, I also present an UIAlertView. The first time I do this, I ...
7
votes
5answers
2k views

ResignFirstResponder doesn't dismiss the keyboard (iPhone)

I've searched through this site that I couldn't find a solution to the problem I'm facing now. Hope someone can help. I've created a UIAlertView to prompt user to enter their name in an iPhone app. ...
7
votes
3answers
591 views

iphone to ipad, iphone 4 uialertview problems

So I've upgraded the code to the ipad (i.e. converted to a universal app). However, the UIAlertview rendering seems to be off for IOS4. Instead of being positioned in the middle, it jumps up and is ...
6
votes
1answer
3k views

iPhone - Several UIAlertViews for a delegate

Currently I've got a class popping up UIAlertViews here and there. Currently, the same class is the delegate for these (it's very logical that it would be). Unfortunately, these UIAlertViews will call ...
6
votes
3answers
4k views

Image in UIAlertView

Is it possible to add image in the AlertView?like showing image from plist file. Need help. Thanks
5
votes
3answers
346 views

UIAlertView: Where the cancel button should be?

The alertviews in the iOS: Install App OTA: the cancel button is on the LEFT. Delete an App: the cancel button is on the RIGHT. Where the cancel button should be?
5
votes
3answers
1k views

UIAlertView replacement

It seems that I am always fighting with UIAlertView to make it do what I want. I'm done fighting - are there any robust UIAlertView replacements with the following features, or will I need to write ...
5
votes
1answer
433 views

UIAlertView disappears when app goes to background and come back to foreground

I am developing an iPhone application (iPhone with multi tasking support) in which I am displaying UIAlertView on error. When UIAlertView is about to get display my app is sent to background. Now, if ...
5
votes
1answer
5k views

Using UIActionSheet on iPad

Apple's documentation for the UIActionSheet is causing me confusion. First off, in the iPad Human Interface Guidelines, it says : To learn more about using an action sheet in your code, see “Using ...
5
votes
6answers
2k views

UIAlertView like “Turn On Location Services to allow maps to determine your location”. Settings + Cancel

I Want to emit this alert: Turn On Location Services to allow maps to determine your location I need both "Settings" and "Cancel" exactly like the "maps" application. "Settings" should open ...
5
votes
2answers
2k views

Writing a function for UIAlertView?

I'm sick of writing basic UIAlertView's, ie: UIAlertView *alert = [[UIAlertView alloc] initWith...]] //etc Instead of doing this, is it possible to put all this in a "helper" function, where I can ...
5
votes
3answers
3k views

wait_fences: failed to receive reply: 10004003 - what?

Been getting this odd error. heres the deal - in the below method i have an alert view come up, take a U/N and PW, then atempt to start another method. The method -postTweet does not get ...
5
votes
7answers
17k views

Changing the background color of a UIAlertView?

I want to change the background color of my UIAlertView, but this doesn't appear to have a color attribute.
5
votes
4answers
16k views

Customizing UIAlertView

Anyone have code to make this: or better yet, a 3x2 grid of buttons with images using the UIAlertView object? I don't care about the textfield, it's the buttons in a grid I want (preferably with ...
4
votes
1answer
603 views

clickedButtonAtIndex in appdelegate is not called

I am calling UIAlert with 2 buttons "Cancel" and "OK" in MyapplicationAppDelegate.m file , the alert is called but on tap of "Cancel" or "OK" button -(void)alertView:(UIAlertView *)alertView ...
4
votes
1answer
219 views

What's the correct use of NSErrorRecoveryAttempting, NSError, and UIAlertView in iOS?

I'm having trouble finding examples of the correct way to use NSError, UIAlertView, and NSErrorRecoveryAttempting together on iOS. Most of the documentation and examples I can find cover the ...
4
votes
1answer
392 views

How do you display a Alert when not connected to the internet ? iOS

hi How do you display a Alert when not connected to the internet ? iOS not connected to internet means has no wifi , no connection to remote host ( www.google.com) no Cellular Data Network as i ...
4
votes
4answers
2k views

How do I make a UIAlertView happen only on the first start-up of an iPhone app?

I'm using the UIAlertView to make a pop-up happen once the app has started up. It works fine but I only want the pop up to happen on the first start-up of the app. At the moment I've got the ...
4
votes
5answers
6k views

UIDatePicker in UIActionSheet layering problem

Someone posted this code in another question to put a UIDatePicker in a UIAlertSheet: UIActionSheet *menu = [[UIActionSheet alloc] initWithTitle:@"Date Picker" ...
4
votes
3answers
3k views

Can I move a UIAlertView?

I've been moving an alert view slightly higher so i can fit a keyboard on screen as well. I just do this by grabbing the frame of the alert and changing the Y after i have already shown the alert so ...
3
votes
2answers
79 views

Better way of putting javascript into xcode project

I have a javascript function that currently is inside a html file.. And in my xcode project I have a button linked to a UIWEBVIEW (linked to my local html file which has the javascript ).. The code ...
3
votes
2answers
263 views

MonoTouch for iPad: How to show a popup dialog?

I just started learning developing an application (primarily) for iPad using MonoTouch. Maybe because of my many years experience in C# world, it makes my switch very difficult, and I feel stupid ...
3
votes
1answer
200 views

How to set autocapitalization on UIAlertView's UITextField?

Is there any way to set an auto-capitaliztion option on the new UIAlertView with text input? I want this to start with a capital letter: UIAlertView *alert = [[UIAlertView ...
3
votes
1answer
160 views

Don't autorotate view controller, but show UIAlertView rotated

Is it possible to show a UIAlertView rotated to the device's current orientation inside a UIViewController that always returns NO in shouldAutorotateToInterfaceOrientation: ?
3
votes
1answer
159 views

Notify User about new update of application in app store as a alert and automatically install updated version in iPhone?

Currently my application with version 1.1 is available in app store. Current Scenario: when i update new version update is shown in app store when user goes to app store. Required: As soon as user ...
3
votes
3answers
114 views

Making an Alert apper after a certain amount of lanuches

Hey guys! I''ve been working on this idea where I want an UIAlert to pop up after a certain amount of launches of the app (let's say after 20 launches). And there's going to be 2 buttons. One that ...
3
votes
1answer
387 views

How can I dismiss UILocalNotifications that appear when my app is in the background?

I'm working on an iPhone app that needs to remind a user to check in at regular intervals using UILocalNotifications. If they don't check in for a few hours, they may be reminded a couple times, but I ...
3
votes
3answers
473 views

How to add userInfo to a UIAlertView?

I would like to know how to add a userInfo or any NSDictionnary to a UIAlertView ? Thank you. PS: Sorry for my bad English, I'm French.
3
votes
4answers
4k views

Setting self.window.rootViewController causes SIGABRT

I am trying to do an application where you press a button then a UIAlertView comes up and there is a UIView inside it with 3 custom button. So far everything work. When i click on one of the 3 button ...
3
votes
3answers
976 views

iPhone: detecting if a UIAlert/UIActionSheet are open

In my iOS application, I have a timer firing up, and when it fires, I need to be able to detect whether there's an Alert (UIAlertView) or an Action Sheet (UIActionSheet) open. One way would be to ...
3
votes
1answer
319 views

Problem accessing bounds on multiple UIAlertViews

I'm using UIAlertViews to display specific in-app messages and occasionally my app shows multiple alerts. The problem comes when I am attempting to access the bounds of the alerts. Here is some ...
3
votes
1answer
525 views

Another “wait_fences: failed to receive reply” Question (UIAlertView)

There are a number of questions regarding the "wait_fences: failed to receive reply" on this forum already, but none of the proposed solutions work for me (although they did help me to mitigate it). ...
3
votes
2answers
592 views

IPhone SDK - How do I implement an Apple like rating UIAlertView?

Does anyone have an Idea how to implement an UIAlertView for rating purpose like Apple show when you are removing an app from the iPhone? You can choose how many stars to rate the app or don't rate ...
3
votes
2answers
2k views

- (void)alertViewCancel:(UIAlertView *)alertView is not called

I've got the problem that the UIAlertViewDelegate method - (void)alertViewCancel:(UIAlertView *)alertView is not called when I cancel a AlertView with it's cancel button. Weird is that the delegate ...
3
votes
2answers
3k views

Is it possible to NOT dismiss a UIAlertView

The UIAlertviewDelegate protocol has several optional methods including: - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex; This would seem to suggest that not ...
3
votes
2answers
3k views

Hide UIAlertView

Is there a way to hide the UIAlertView programatically. I am displaying a progress view in mine and when the progress view is = 1.0 I want to hide the UIAlertView.
2
votes
1answer
63 views

UIAlertView's delegate method alertViewCancel: does not get called

The UIAlertViewDelegate protocol states the following: // Called when we cancel a view (eg. the user clicks the Home button). This is not called when the user clicks the cancel button. // If not ...
2
votes
3answers
32 views

Calling UIAlertViewDelegate method from different ViewControllers

Several ViewControllers in my application have to show the same UIAlertView and perform – alertView:clickedButtonAtIndex: method in the same manner. I don't want to write same code in several files so ...
2
votes
2answers
467 views

Conditional Segue navigation from UITableViewCell based on response to UIAlertView

My problem seems like a generic problem, yet can't seem to find an answer for it. I have a situation where when the user taps on a custom UITableViewCell, I would like to display an alert and then ...
2
votes
2answers
254 views

XCode 4.2, UIAlertView and UIAlertButton?

after I update xcode from 4.1 to 4.2, UIAlertView's others button can't display correctly. and when I debug, the Rename button is UIAlertButton class and its frame is frame = (0 0; 0 0); could you ...
2
votes
2answers
242 views

iOS How to dismiss UIAlertView with one tap anywhere?

I want to dismiss UIAlertView anywhere outside it with one tap. I want to show a UIAlertView without any button. I have standard UIAlertView codes here, but I need input how to dismiss it, if it is ...
2
votes
1answer
125 views

UIAlertView with 3 buttons hides message in landscape mode

My UIAlertView has a message and 3 buttons, my problem is the alert view display normally in portrait but it hides message in landscape mode as below screenshots. How to make the message appears? ...
2
votes
4answers
181 views

How to make custom modal uiview like this?

I need some modal view on iPhone app where I will display few labels, one UIImageView and two buttons. Design needs to be whole custom. Is this custom UIAlertView? How to make something similar?
2
votes
2answers
557 views

Programmatically dismissing a UIAlertView on iOS 5 doesn't call didDismiss delegate method

I'm running into a problem where 9 times out of ten, when I call UIAlertView's dismissWithClickedButtonIndex:animated:, the delegate method alertView:willDismissWithButtonIndex: is not called. Is ...
2
votes
1answer
135 views

Subclassed UIAlertView not shown

I'm subclassing UIAlertView. See code below. Nothing fancy, just set some bool if the alert is shown and reset it if it gets dismissed. But the alert never apepars on sreen. The screen gets dimmed and ...
2
votes
1answer
49 views

best approach for modal text popup, after user clicks on “assistance” icon?

In terms of providing a nice text popup for users in an iPhone application, after they click on a help icon, what approach/style do people recommend? In my view (re User Experience) I would have ...
2
votes
2answers
211 views

Can I have multiple UIAlertViews for one IBAction in Xcode?

Is it possible to program multiple UIAlertViews for one IBAction in Xcode to show at random. For example: I am making an app with multiple questions shown at random, when the submit button is ...
2
votes
3answers
295 views

Make UIAlertView Button trigger function On Press

Currently I am using the following code to present a UIAlertView: UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Today's Entry Complete" message:@"Press OK to ...

1 2 3 4 5 13