Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
You need to make the cells transparent and translucent tableView.alpha = 0.8;
and
cell.backgroundColor = [UIColor clearColor];
cell.contentView.backgroundColor = [UIColor clearColor];
If the tableView has alpha 0.8, then the cells will become translucent, including the text on them
. You can put a blurred view on the picture below the table and then put the table
tableView.backgroundColor = [UIColor clearColor];
then if the cell is not custom, then it will be enough to assign a transparent background
cell.backgroundColor = [UIColor clearColor];
further according to circumstances.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question