How can I add multiple images in a single cell in UITableView?
I want to use images to indicate the player status and every player may have several statuses at the same time.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
inherit
UITableViewCellto make a custom cell. Lets say its calledMyCustomCell.use it like below
You can override init with style of
MyCustomCellas follows for multiple images