I had been using following code to change text color of items which I add in UIActionSheet.:
UIActionSheet
- (void)willPresentActionSheet:(UIActionSheet *)act
I'm using it.
[[UIView appearanceWhenContainedIn:[UIAlertController class], nil] setTintColor:[UIColor blueColor]];
Add one line (AppDelegate) and works for all UIAlertController.