-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use RFQuiltLayout with a Swift project #25
Comments
I have the same issue, any help ? |
same issue here. |
|
@VarshaSameer its not working in swift3, its blocking collection datasource also, i have checked with break point, datasource not getting called. let layout = RFQuiltLayout() |
Hi,
I'm a iOS newbie and have a Swift project, how do I use
RFQuiltLayout
with it? Do I import it viaProjectName-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.The text was updated successfully, but these errors were encountered: