adding

Adding UITextView in UIActionSheet

// I did the following code, but when keyboard press some letter, the pressed letter does not appear on the UITextView ? AnyOne have suggestion on this ? plz `** UIActionSheet *actionSheet = [[UIActionSheet alloc]initWithTitle:@"" delegate:self cancelButtonTitle:nil destructiveButtonTitle:nil otherButtonTitles:@"button1",butt...