Configuring Subviews In Collection View Cell After The Init Call
In some cases, you may need to add and configure subviews in a UICollectionViewCell’s custom configure method that gets invoked outside of the cell’s init. For example, suppose you are configuring a segmented progress bar (like the one in Instagram s...
yoursswiftly.hashnode.dev2 min read