In My Application I have to show Image after every 3 Rows.My Image is static and it should come after every 3 rows.I don’t want to take UIImageView and add it to cell but if there any way to show my image using directly Cell’s property.My Image size is 320X87 pixels.
Share
You would have to create a custom cell for this specific cell, but it will be instanciated once, thanks to reusableCells. For instance :