forum

Home / DeveloperSection / Forums / How to change the height of table view in iOS?

How to change the height of table view in iOS?

Anonymous User 2246 28-Mar-2016
I am a beginner in iOS application development. I am getting problem when I set the frame of table view, it is not working.
I use this code to set the frame:
[self.tableView setFrame:CGRectMake(0, 0, 240, 360)];

but it does't change the table view frame.
Please any one tell me how can I set the frame of table view..?


Updated on 05-Apr-2016
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By