We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19499a commit 48aac74Copy full SHA for 48aac74
1 file changed
Sources/ScrollStackController/Support/ScrollStack+Protocols.swift
@@ -60,7 +60,7 @@ public protocol ScrollStackContainableController: UIViewController {
60
61
/// You can implement the following delegate to receive events about row visibility changes during scroll of the stack.
62
/// NOTE: No events are currently sent at the time of add/remove/move. A PR about is is accepted :-)
63
-public protocol ScrollStackControllerDelegate: class {
+public protocol ScrollStackControllerDelegate: AnyObject {
64
65
/// Tells the delegate when the user scrolls the content view within the receiver.
66
///
0 commit comments