In Xcode 6 we have a new feature called adaptive layout. By using that I have created a new project in which it I need to have different font size based on the layout.
In iPhone 3.5 inch screen I must have font size as 17pt, and other screen size in iPhone must be 21pt.
Can anyone tell me how I can achieve this using adaptive layout?