CRAnimation/CRRefresh

need for objective c

mrMash opened this issue · 1 comments

hi i need to use it in my app but my code is in objective ci am unable to call method in my class
what is tableview.cr?

You can make the swift classes available to objective c by selecting the proper target for your app. Go to “Build Settings” and switch to “All”, instead of “Basic” which is the default. Here search for the “Packaging” section. Turn on “Defines Module”, by changing “No” to “Yes”.

Source