UIAlertView除了其构造函数之外, 有没有办法将标题设置为取消按钮initWithTitle:message:delegate:cancelButtonTitle:otherButtonTitles:。如果我已经初始化了UIAlertView之前和之后的时间,我想更改取消按钮的标题。
2974 次
UIAlertView除了其构造函数之外, 有没有办法将标题设置为取消按钮initWithTitle:message:delegate:cancelButtonTitle:otherButtonTitles:。如果我已经初始化了UIAlertView之前和之后的时间,我想更改取消按钮的标题。