Closed
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
Metadata
Metadata
Assignees
Labels
No labels
Activity