Testing iOS 6 apps on device running iOS7

前端 未结 9 1413
执念已碎
执念已碎 2020-12-30 09:37

I have an iPhone 4s. I receive iOS 7 update in my phone. So the question is: can I run iOS 6 apps from Xcode on my iOS 7 device?

NOTE: I haven\'t go

9条回答
  •  猫巷女王i
    2020-12-30 10:17

      if ([self respondsToSelector:@selector(edgesForExtendedLayout)])
            self.edgesForExtendedLayout = UIRectEdgeNone; 
    

    // iOS 7(x)

提交回复
热议问题