UIAlertView keyboard overlay textview issue
问题 I have found this code: CGAffineTransform myTransform = CGAffineTransformMakeTranslation(0.0, 130.0); [myAlertView setTransform:myTransform]; But seems it want move up my alert to the top. How can I move up alert view to the top? Set frame does not help as well. alerView.frame = rect; 回答1: You can't, if you're using a UIAlertView . From the apple docs: Appearance of Alert Views You cannot customize the appearance of alert views. else where.... Subclassing Notes The UIAlertView class is