Convenience Init For UICollectionViewCell – Ios swift
I have a custom UICollectionViewCell that I use in two places throughout my project. Both UICollectionViewCell's are the same apart from showing a UIButton. To reduce duplication of code I want to use the cell in both places but initialize…