Am using custom cell in my tableview with background image. when the orientation changes cell size not getting changed, I need to change the custom cell size automatically when orientation change.How can i achieve this ?
Am using custom cell in my tableview with background image. when the orientation changes
Share
You can set tableview frame programatically on delegate –
You can use
Enjoy