简体   繁体   中英

Weird issues with xcode 7

when I use Xcode 6 my apps works fine. When I update to new Xcode 7 my apps It has some problems. Scrollview for news does not work. In Tableview when I tap one record Simulator or iPhone freeze. What is the problem?

I had a similar problem with Xcode 7. if your app runs on ios 9 please refer to the iOS 9 release notes for possible issues: https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSDK-9.0/

sometimes, recreating your problematic view controllers in story board will solve the problem, as in Xcode 7 the outlets in the storyboard work differently than the way they used to work in previous versions. (as someone who worked with the Xcode 7 beta for quite some time, I can tell you how annoying it can get...).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM