Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 3    Views: 88

NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
02/07/14 12:10 PM (11 years ago)

Context Menu - deprecated code in iOS7

Does anyone have fix for the following (BT Hosted BTv3, iOS) BT_contextMenu.m <warning- not error> approx line 45: //this screen wants a full screen layout... self.wantsFullScreenLayout = YES;
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
02/07/14 12:23 PM (11 years ago)
There's several deprecated methods you'll find if compiling for iOS 6 or 7. There's no plan to fix them right now, and for a good reason. If we went with the recommended, updated methods, the apps wouldn't compile for iOS 5 - and some people really need that ability. The good news is, the deprecated methods won't hurt anything. They are just there for Apple to say "hey, we have something different now you should take a look at".
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
02/07/14 12:30 PM (11 years ago)
ok thanks. so yellow warning are just like traffic lights- press the gas ;)
 
Angry Ninja
Aspiring developer
Profile
Posts: 1045
Reg: Aug 25, 2013
Maine
17,150
like
02/07/14 12:33 PM (11 years ago)
You can also turn off the yellow warnings in xcode. I've never had a yellow warning that demanded attention, only the red error messages, so I just turn them off. I don't recall exactly where the option is, but I remember I googled it at the time and it wasn't hard to find.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.