How can I change the color of the UIAlertView button title.

Can't customize the appearance of alert views.
For more info UIAlertView Class Reference:
The UIAlertView class is intended to be used as-is and does not support subclassing. The view hierarchy for this class is private and must not be modified.
For more info : How to change button text color of UIAlertView in iOS7?