Users Pricing

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 2896 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..?


I am a content writter !


1 Answers