Skip to content

controlMethod in Objective-C not available #13

Closed
@tex4ever

Description

I use this over Pods in my Objective-C project. For any reasons the property "controlMethod" is not available for Objective-C, but panoramaType is available. Why?
When I add the property controlMethod manually to the Objective-C wrapper then it works, but it will be removed on next clean/build of course, how to fix it permanent?

// Generated by Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42)
...
@Property (nonatomic) enum CTPanoramaType panoramaType;
//controlMethod manually added
@Property (nonatomic) enum CTPanoramaControlMethod controlMethod;

Thanks
Philipp

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions