-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Labels
help wantedExtra attention is neededExtra attention is neededminor bugNot critical bugNot critical bug
Description
Hi,
I'm integrating the pod in an objective-c project, but I'm facing several issues.
I have the following code:
SPStorkTransitioningDelegate * transitionDelegate = [[SPStorkTransitioningDelegate alloc] init];
transitionDelegate.storkDelegate = self; <---------- ERROR
transitionDelegate.confirmDelegate = dialPad;
dialPad.modalPresentationStyle = UIModalPresentationCustom;
dialPad.transitioningDelegate = transitionDelegate;
The error is:
Property 'storkDelegate' not found on object of type 'SPStorkTransitioningDelegate *'
Any advise?
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededminor bugNot critical bugNot critical bug