If you run a stock iOS 6 app on iOS 7 you get most of the UI in iOS 6 style. As 
what I said, UIAlertView is not in your app but SpringBoard.app so that will 
still get the iOS 7 look, for SpringBoard.app is linked against iOS 7 SDK.

If you are styling iOS 6 app in the fashion of iOS 7 app you can, if you don’t 
mind all the code in doing this. You can use appearance proxy to change the 
look of almost all UI elements to make it look like iOS 7. I have an previous 
app doing this and it looked convincing.

Also, you can do the reverse and draw iOS 6 styled UI elements while linking 
against iOS 7 SDK, but that is yet another can of work.

On Dec 13, 2013, at 5:08, Rick Mann <rm...@latencyzero.com> wrote:

> 
> On Dec 12, 2013, at 11:58 , Shawn Erickson <shaw...@gmail.com> wrote:
> 
>> We have been submitting and getting approved apps built with Xcode 4.x and
>> iOS 6 SDK without issue still. Apple knows the iOS 7 jump is fairly large
>> for some apps so hasn't yet been forceful but I expect to happen at some
>> point.
> 
> That's good to know; I thought they were requiring iOS 7.
> 
> Even so, does an iOS 6 SDK-based app not get all iOS 7 styling? I'd try the 
> experiment myself, but it's a bit of work to install Xc 4.6.3.
> 
> 
> -- 
> Rick
> 
> 
> 
> _______________________________________________
> 
> Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
> 
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
> 
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/cocoa-dev/xcvista%40me.com
> 
> This email sent to xcvi...@me.com


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to