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
Post a Comment