Change size of UIAlertView buttons
I have three buttons in a UIAlertView, and I only want to change the size of two of them so that 开发者_Python百科I can have toe first two on their own line and then the third button on it's own line..
You can mess around in the view hierarchy and risk rejection from the app store, build your own Alert class from the ground up, or leave it the way it is.
精彩评论