I have an iPad app in which I have a tableView. The contents of tableviewcell are five images in landscape mode and 4 images in portrait mode. I have customCell and I call setNeedsLayout and overriding the layoutSubviews method to add images with a new frame. But no luck. Any samples or suggestions will help.
thank
source
share