SyntaxFix
Write A Post
Hire A Developer
Questions
Apple uses "NSObjectProtocol" instead of "class".
public protocol UIScrollViewDelegate : NSObjectProtocol { ... }
This also works for me and removed the errors I was seeing when trying to implement my own delegate pattern.