0

I updated to Xcode 6 recently and just started a new project. I made a project using storyboard and i was testing it in the simulator for the past days. Today i was testing the sound in the app and it wasn't working so i decided to try it on my iPod. This is what the app looks like in the simulator:

enter image description here

And now here is how it looks on my iPod:

enter image description here

I didn't use any constraints or anything. The only thing that could have messed it up IMO is the UIProgressView that i made bigger. I don't know if that could have deformed my project on device. Any suggestions to fix it?

ps: I was testing on the iphone 5 simulator and was using an ipod touch 5 to test on device.

  • Given how little in the way of details you have provided, you may be disappointed in what answers (if any) you get. – Scott Hunter Jan 21 '15 at 20:05
  • i have close to no code, i don't know what else i could say except that i made an app in storyboard and it looks fine on the simulator but it's all over the place on device. – user3763526 Jan 21 '15 at 20:10
  • But if we don't know how you constructed it, how can anyone point out what needs to be fixed? – Scott Hunter Jan 21 '15 at 20:10

1 Answers1

0

Welp, i found the issue(s). The deformation was caused by Auto Layout being checked on. The black bars was solved here https://stackoverflow.com/a/25817683/3763526.

Community
  • 1
  • 1