I have done a simple code:
myView.frame = CGRectMake(0, 0, 150, 150)
in viewDidLoad and it is working well as expected.
But after I link this view from a table view and embed it into a navigation controller, it doesn't work.
Did I miss something?
Try to set: