Subscribe ( )

iPhone Programming Tutorials


 

Forum

You must be logged in to post Login Register

Search 

How to do a pop-up dialog box?

User Post

6:59 am
October 22, 2008


iCoder

Derbyshire, UK

posts 10

1

I've been rummaging through the apple docs, and googled a bit, and can't find out how to pop up a dialog box….a sort of “Are you sure you want to delete EVERYTHING?” with a Yes/No button. Is it just a regular UIview but not full screen?

Thanks in advance.


4:30 pm
October 22, 2008


jab2109

iCoder

posts 8

2

You're looking for a UIAlertView. You can initialize the view with a title (“Are you sure you…”) and button titles (“Yes,No”). Once you map the buttons to the correct alert view controller methods, you're all set.

3:21 am
October 23, 2008


iCoder

Derbyshire, UK

posts 10

3

Hey thanks jab, I'll read up on that class.


Search 

About the iCodeBlog forum

Most Users Ever Online:

44


Currently Online:

2 Guests

Forum Stats:

Groups: 2

Forums: 6

Topics: 419

Posts: 893

Membership:

There are 935 Members

There has been 1 Guest

There are 2 Admins

There is 1 Moderator

Top Posters:

bobcubsfan – 54

crazyiez – 30

Uhu – 17

AdeC – 17

Nick – 15

jitesh61 – 12

Administrators: Brandon (88 Posts), Collin (0 Posts)

Moderators: VertigoSol (26 Posts)



©   

  • Posted by on 6 Aug 2008 in Uncategorized
  •   |  
  •   |  
  •   |  
  • Comments Off

Comments are closed.