ios - Set position of TableView on screen -
i'm trying set position of table view on screen, tried on ib doesn't seem working there way programmatically or missing in ib set x , y on view part shows table view moving doesn't work when run app.
if using uitableviewcontroller not able change position of uitableview since main view of application uitableview
instead have change class of uitableviewcontroller uiviewcontroller in xib file, drop uitableview inside main view, , change x , y way should work
Comments
Post a Comment