I'm trying to resize this table view within an image.
i've written this within another action:
[slideOut addSubview:groupsTableViewController.view];
but then I don't know how to set the size of the subview without going the [alloc]initwithframe route (and going that route, i couldnt figure out how to populate it). any help is greatly appreciated
i've written this within another action:
[slideOut addSubview:groupsTableViewController.view];
but then I don't know how to set the size of the subview without going the [alloc]initwithframe route (and going that route, i couldnt figure out how to populate it). any help is greatly appreciated