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
You have to initialize all property before you call super.init in any init method
super.init
So,change this before you call super.init()
originView = sourceView //error here
Exception: