Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Kansas

macrumors newbie
Original poster
Feb 9, 2009
6
0
I have a view displayed and if a user pushes a certian button I want to pop up a box that accepts a password and then I can decide in the button code if the password was correct.

Is there a UIActionSheet type call that accepts numbers?
 

Kansas

macrumors newbie
Original poster
Feb 9, 2009
6
0
I have a view displayed and if a user pushes a certian button I want to pop up a box that accepts a password and then I can decide in the button code if the password was correct.

Is there a UIActionSheet type call that accepts numbers?

I ended up using this to pop up the view and get the password....

PassView *aViewController = [[PassView alloc] initWithNibName:mad:"PassView" bundle:[NSBundle mainBundle]];
[self presentModalViewController:aViewController animated:YES];
[aViewController release];
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.