Hi,
In my project i used both objective-c code and swift code. I already implemented the AVplayer for playing the video in my app.I drag and drop all 8 PryntTrimmerView files in my project.i called the files like below .
@class AssetVideoScrollView;
@class AVAssetTimeSelector;
@class CropMaskView;
@class HandlerView;
@class PryntTrimmerView;
@class ThumbSelectorView;
@class VideoCropView;
@class VideoScrollView;
I want to implement the code in objective-c .
I add this in .h file
@property (strong,nonatomic) IBOutlet PryntTrimmerView *trimmerView;
after that i can't able to use the properties and delegate methods in .m files.
please give suggestions to implement the properties and delegate methods in .m file using objective-c . I am using xcode 8.33.3.
Hi, In my project i used both objective-c code and swift code. I already implemented the AVplayer for playing the video in my app.I drag and drop all 8 PryntTrimmerView files in my project.i called the files like below . @class AssetVideoScrollView; @class AVAssetTimeSelector; @class CropMaskView; @class HandlerView; @class PryntTrimmerView; @class ThumbSelectorView; @class VideoCropView; @class VideoScrollView;
I want to implement the code in objective-c . I add this in .h file @property (strong,nonatomic) IBOutlet PryntTrimmerView *trimmerView; after that i can't able to use the properties and delegate methods in .m files. please give suggestions to implement the properties and delegate methods in .m file using objective-c . I am using xcode 8.33.3.
Thank you