Based on the iOS version, ComboActionSheet applies compatible native components (could be UIActionSheet or UIAlertController)
ComboActionSheet *actionSheet = [[ComboActionSheet alloc] init];
[actionSheet showWithVC:self delegate:self title:@"Hello" message:@"How old are you?" cancelButtonText:@"Cancel" otherButtonTitles:@[@"020",@"2040",@"over 40"]];