2

I have tested my application(iPhone and iPad) on iOS 5.1, till here it was working fine. But now when I downloaded iOS 6.0 SDK Beta and tested my apps on the Simulator, UI of the application is getting worst. Orientation is also not working fine with the iPad App.

Note - Maybe it is because of UIKit changes Apple has made in iOS 6. But then the question is how do we make it compatible with the latest iOS? Do I need to make some changes in Code? Searched at some places but didn't get any exact solution to this problem.

Thanks Ak

4

1 回答 1

1
self.tableView.backgroundView = nil; 
tableView.alpha = 1.0;

非常适合我。

于 2012-09-15T12:17:49.040 回答