Updated 14 December 2016
UITableView provides default functionality for adding an image in the cell but it will take the size of the image according to their row size and difficult to adjust their size according to our need . if we are taking customize UITableView then it is easy but if we are using their default feature to add an image then it will create a problem.
Steps you have to follow:
1: Delegate function of UITable where you are adding an image in the cell, write this code…
This is the code snippet. the actual function is. ex:-( 40 x 40)
2: Define that function in same class.
3: Now you can manage your image according to need like 30×30,20×20 …. etc.
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.