Skip to content

Can't integrate pod in objective-c project #99

@punto2018

Description

@punto2018

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

No one assigned

    Labels

    help wantedExtra attention is neededminor bugNot critical bug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions