keypad not working for textfield in uiactionsheet
问题 i have added textfeld in uiactionsheet as -(void)showAction { printf("getting action ready \n"); UIActionSheet *asheet = [[UIActionSheet alloc] initWithTitle:@"New Sheet Name" delegate:self cancelButtonTitle:@"Cancel" destructiveButtonTitle:nil otherButtonTitles: nil]; [asheet showInView:self.view]; [asheet setFrame:CGRectMake(0, 70, 320,200)]; UITextField *textField = [[UITextField alloc] initWithFrame:CGRectMake(0, 100,200, 25)]; textField.borderStyle= UITextBorderStyleRoundedRect;