Resize cells when rotating UITableView?

I did some more reading and realised my mistake. Use bounds rather than frame CGRect oldBounds = self.table. Bounds This seems to work well.

I did some more reading and realised my mistake. Use bounds rather than frame. CGRect oldBounds = self.table.

Bounds; This seems to work well.

This SHOULD resize it for you, I don't quite think it's what you want though, but maybe it'll get you close -(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 180; //180=pixel size }.

Rotating uitableview when (without quotes):.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions