SkygearIO / skygear-SDK-iOS

Skygear SDK for iOS
https://skygear.io
Other
10 stars 28 forks source link

Other oauth api #160

Closed carmenlau closed 6 years ago

carmenlau commented 6 years ago

After PR #157

connect #140 connect #141 connect #142 connect #143

rickmak commented 6 years ago

I got an error on /Working/skygear-SDK-iOS/Example/Swift Example/View Controllers/RecordViewController.swift:23:1: error: Class Delegate Protocol Violation: Delegate protocols should be class-only so they can be weakly referenced. (class_delegate_protocol) while I try to compile.

Code wise I cannot spot any issue.