I'm using Parse and I'm creating a PFObject subclass conforming to the protocol PFSubclassing!
It was working all fine, but now I'm using Swift 1.2 and it gives me this error:
1. override class func load() {
2. self.registerSubclass()
3. }
On line 1: Method 'load()' defines Objective-C class method 'load', which is not permitted by Swift 1.2
Anyone have this problem yet? How can I fix?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…