nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12k stars 2.58k forks source link

how can i use this in swift project? #834

Open chnouman opened 6 years ago

chnouman commented 6 years ago

I'm a beginner in ios development coming from android background i'm little confused is it possible to use object c in swift code. if it is please share any link or kiind of helping stuff. Thanks

A-jay98 commented 6 years ago

you can use PodFiles to add it to your project Or you can use a bridge header to import objC header in swift, you can see the use of bridge header in swift 3 example in repo