I came across this in XCode 5's "Storyboard Builder" and I didn't really get the idea.
When I add a new UIPageViewController
to the screen, I can select the Size
in the attributes in the Simulated Metrics
dropdown. There are a few options, but I don't get the difference between two: Inferred
and Freeform
. What is the difference between these two? My understanding is that there's no difference, because both open up the Controller
to be any size the program tells it to be.
Could someone explain this to me?
3.5 Retina
option, it would only be to see what the view would behave like if it were on a 3.5 retina screen? – Whoopee