I have implemented one UIButton-derived class (RoundButton) in Swift and the rest is still in Objective-C. How do I access both Objective-C-based classes and Swift-based cla
You should make sure that you have added Objective C bridging header. It is not a problem to use both Objective C and Swift in the same storyboard.
http://i58.tinypic.com/33aqbyu.png