I'm trying to learn IOS programming in Swift. So far I've a book on developing for IOS in Objective-C and Apple's book on Swift. I've decided to start from a simple IOS app that uses a slide-out navigation MMDrawerController.
I've installed the pod MMDrawerController via CocoaPods.
Since the installation of the pod did not use Xcode there were no any bridged headers created.
So, how can I start using this MMDrawerController written in Obj-C, installed via CocoaPods in my Swift project?
Is it possible at all?