When does the correct frame size of the UIView is calculated when I add my custom UIView by using storyboard? I can\'t get correct frame size in UIView\'s
You should have an IBOutlet to your UIView and in the viewDidLayoutSubviews() method, get the size by yourViewOutlet.frame.size.
viewDidLayoutSubviews()
yourViewOutlet.frame.size