uiactionsheet
UIActionSheet delegate method doesn't get called
I have an actionsheet that seems to only call the clickedButtonAtIndex delegate method when I click the \"Yes\" button, but not on the \"No\" button...Here\'s the code:[详细]
2023-03-01 07:38 分类:问答How do I create a "delete" actionsheet in xcode?
How do I create a开发者_如何学Python delete confirmation like the one shown below? That is an instance of a UIActionSheet. The red button is called the \"destructive button\" and the black button, th[详细]
2023-03-01 06:26 分类:问答UIAtionSheet with UITableView
I need some suggestions about UIActionSheet. In my case I have created an ActionSheet in开发者_StackOverflow社区 which I am displaying the UITableView with some data.[详细]
2023-02-28 18:52 分类:问答UIActionSheet in Landscape has incorrect buttonIndicies
I have an action sheet that is causing me grief on the iphone in Landscape orientation. Everything displays just fine, but in Landscape, the first real button has the same index as the cancel button a[详细]
2023-02-28 10:25 分类:问答How can I make UIActionSheet translucent when shown from a tab bar?
I am using a very simple UIActionSheet. Here is the code below: UIActionSheet *editActionSheet = [[UIActionSheet alloc] initWithTitle:@\"What do you like to do?\"[详细]
2023-02-27 08:30 分类:问答Obj-C, why is my UIActionSheet Cancel button hard to tap?
I\'ve noticed in my app that my cancel button is hard to tap, it seem like the hit area is not in the center.[详细]
2023-02-26 10:36 分类:问答Need help calling a method after pressing a button from a UIActionSheet
I have a UIActionSheet that I am able to successfully call from a UIBarButtonItem in my app.However, when I click on a button that is on the UIActionSheet, the method that I am trying to get it to cal[详细]
2023-02-23 04:49 分类:问答Objective C: AlertView does not work
I am implementing an alert view after the user clicks on the \'destructButton\' in an action sheet. Code snippet as below:[详细]
2023-02-22 16:03 分类:问答UIActionSheet making multiple UIButton changes
I have 6 UIbuttons on a view. I am trying to call a UIActionSheet for each button, and change the buttons image and a UIlabel. I can get the first one to work as desired. I can\'t seem to get the seco[详细]
2023-02-20 13:48 分类:问答iPad's UIActionSheet showing multiple times
I have a method called -showMoreTools: which is: - (IBAction) showMoreTools:(id)sender { UIActionSheet *popupQuery = [[UIActionSheet alloc] initWithTitle:nil delegate:self 开发者_StackOverflow中文版ca[详细]
2023-02-19 20:54 分类:问答