Hi all, When I tried to set an image to a tableviewrow.leftImage, the row did not show up. is there any limited size for images or certain types (such as jpeg, png) limitation? btw, I have 7 images, but only one of them shows as expected
1 Answer
its Not necessary to use tableviewrow.leftImage. you can just create a simple image view or a view and give it the proper dimensions, background image and add it to the tableViewRow. finally push the row to an array set that array as tableView.setData(data);
Your Answer
Think you can help? Login to answer this question!