Im trying to add views inside custom UITableViewCells. I tried using the [cell.contentView addSubview] method but the views dont appear. What is it I have to do. Thanks
Im trying to add views inside custom UITableViewCells. I tried using the [cell.contentView addSubview]
Share
if you are using custom cell then go to your custom cell class and …
then set frames of your view…
finally