I just updated my xcode to 6.3.1. The problem is I got this weird error message since Swift 1.2. I got this kind of error message
/Users/MNurdin/Documents/iO
Make your originView nullable by
originView
var originView: UIView?.
If your originView is not nullable you have to provide a default value before calling
super.init().