Hi,
I'm a iOS newbie and have a Swift project, how do I use RFQuiltLayout with it? Do I import it via ProjectName-Bridging-Header? I've copied RFQuiltLayout.m & RFQuiltLayout.h files to a folder within my project and then called #import "RFQuiltLayout.h" in the Bridging-Header file. However, when I try to change the Custom Class for the Collection View Flow Layout of a Collection View, RFQuiltLayout doesn't show up.