What is the right way to use SWRevealViewController with Swift? XCode: 6.0.1 I am even having trouble important the file properly :/

MenuViewController.swift
import UIKit
import SWRevealViewController
class MenuViewController: SWRevealViewController {
override func viewDidLoad() {
super.viewDidLoad()
}
}
If someone has a small github they could point me to I would really appreciate it!
In order to access your Objective C classes from your Swift code, you'll need a bridging header. Apple has a good explanation here:
Swift and Objective-C in the Same Project
Once you have the bridging header:
#import "SWRevealViewController.h" to the bridging header fileIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With