I'm creating an iOS app using swift. I am using storyboard. I would like to use in my project this API, which was written using objective-C :
https://github.com/StefanLage/SLPagingView
I have done the bridging-header logic but problem is, I am not able to create a view controller with custom class SLPagingViewController in "Show the identity inspector"->"Custom class"->"Class". (Xcode just doesn't find it) I only can call this class programmatically in one of my swift file.
Any suggestions for using this API via storyboard?