How to customize UIAlertController with UITableView or is there any default control available like this UI in Pages app?
问题 I would like to implement a UIAlertViewController like this (Reference: Pages and Keynote app): . I have implemented a custom tableview and presented the view by mimicking the UIAlertViewController . But I cannot achieve a similar UI as above. Is there any default controller available for this? -(void)share:(id)sender { [self setModalPresentationStyle:UIModalPresentationCurrentContext]; AlertViewController *renameCntrl = [self.storyboard instantiateViewControllerWithIdentifier