iphone - Reloading UITableViewCell when changing orientation -


In my iphone app, with each photo using a UITABLE view containing 3 pictures, and they have a space = 50.0 Pixels are divided by.

When I change the landscape mode, I want to increase this place to 100.0, but I can not achieve it.

The method of change in orientation, I have specified that I should be 50 in the image and 100 in the landscape, but when I run the application and switch to landscape mode, what happens is that already The cells that were loaded in portrait mode have so far been in the middle of 50, while those which are not loaded in portrait mode and loaded in landscape mode, have a space of 100.

So what should I do? Should I reload the previously loaded people? And how?

Thanks in advance!

You can get visible seals and use them by using UITableView visibleCells Modify or you can reload the data using only UITableView reloadData

.

Comments