I have installed latest xcode6 GM. I have opened the existing project and changed it to use size class. The problem i am facing is i have table view in which cell height is 50. While i run it different simulator, all have the same output. But when i create new project and all the cell are of same height, but in the existing the project cell height are differed.
How should i adapt the same height for cell using adaptive layout for existing project.