You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
Since initWithScrollView:delegate: is a de-facto designated initializer it should call designated initializer of superclass with super, not self
Explicitly stating that it's a designated initializer with NS_DESIGNATED_INITIALIZER would be nice.