App build on iOS 7 looks really bad on iOS 6

77 Views Asked by At

I have made my application according to iOS 7. but i need to run it on iOS6 as well. But now, when i am testing it on iOS6, it is looking really bad..!!

how to customise it for iOS 6 now ? Please help. The searchbar has moved down, and the cells have shifted..

2

There are 2 best solutions below

0
On

You could try using https://github.com/youknowone/UI7Kit to make the iOS6 layout similar in style.

Alternatively you could fix the discrepancies in code, checking for iOS version and adjusting positions/background Color/images/everything manually.

0
On

When you are worried about the backward compatibility, from advance to the older iOS, the best way is to learn about the difference. Try to understand what have come far from iOS 6 & whats new in iOS7. Please refer this optimizing guide here

Also the more precise guide to what you are looking found is well defined here in Apple Docs and here.

I am sure once you are setup with all "the stuff" that defines the differences (ios7 & ios6 transition), you will overcome the problems.