I'm currently trying to make a UICollectionView work as UITableView, so I have to set the color of the "cell separator". Currently, I get the color by UITableView().separatorColor. However, this color, for some strange reason, seems significantly darker than the color of the default table view cell separators.
Does anyone know how to get the proper default separatorcolor? I'm guessing that there's an opacity associated, hence causing my custom one to appear darker.