swift - Position a view with myView.frame -


i have done simple code:

myview.frame = cgrectmake(0, 0, 150, 150)  

in viewdidload , working expected.

but after link view table view , embed navigation controller, doesn't work.

did miss something?

try set:

<targetview>.autoresizessubviews = false; 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -