The following code shows build error in Xcode 6.3 Beta 3. The code works in Xcode 6.2 and Xcode 6.3 Beta 2.
class MyView: UIView { overrid
swift3 working : @Andrea comment
try to change super.init() in self.init()
super.init()
self.init()