SBSDKFinderLayerDelegate
@protocol SBSDKFinderLayerDelegate
The delegate protocol for the ‘SBSDKFinderLayer’ class.
-
Informs the delegate, that the finder layer has changed its finder rectangle.
Declaration
Objective-C
- (void)finderLayer:(nonnull SBSDKFinderLayer *)layer didChangeRect:(CGRect)rect;
Swift
func finderLayer(_ layer: SBSDKFinderLayer, didChange rect: CGRect)
Parameters
layer
The layer that changed its finder viewport rectangle.
rect
The new rectangle of the finder viewport.