I am facing a weird problem in ios 7. I designed a controller view using storyboard. I gave each and every constraint proportionally. By each and every I really mean width & height as well as leading, trailing, top and bottom constraints. It's working like a charm in ios 8. My whole view size is getting reduced and increased in proportion to the screen size BUT in ios 7 the view readjusts after appearing and the values are a little deviated from the desired values. Deviation values are not fixed and the constraints which are deviated also vary, each time my controller is pushed or presented.
I think it is because of giving everything proportionally. Some view lifecycle difference in ios 7 and ios 8.
Has anyone ever faced similar problem with ios 7?
(I am using XCode 6.1)
PS: I really have searched and banged my head a lot over past 3-4 days. So please avoid saying "search the net". And I request you to post the link if you know one, which you think can help.