I am accessing the size of the frame of view from storyboard. Below is my code for accessing frame property from storyboard.
SmallView *smallView = [self.storybo
Uncheck the "Resize View From Nib" box in the inspector. That should give you the correct size for a freeform view controller.