I want to change the font size of message text and title text in alertView. There is no documentation in apple site that speaks about this but apple says \"The UIAlertView c
Like the previous answer states you may be able to access and modify the internal labels but you absolutely 100% should not.
Not sure you will be able to customize this to your needs but you could try looking into this great loading overlay class, MBProgressHUD. But you will probably have better luck with this library (which I've havn't tried) AHAlertView.
A great source to look for iOS libraries is CocoaPods Spec Repo