PLVWebViewFeedViewController

Objective-C

@interface PLVWebViewFeedViewController : PLVWebViewBaseViewController <
PLVWebViewFeedDataManagerDelegate
>

- (instancetype)initWithConfigs:(NSArray <PLVWebViewConfig *>*)configs;

@property (nonatomic, copy) PLVWebViewFeedViewCurrentContentViewBecomeActive currentContentViewBecomeActive;
@property (nonatomic, copy) PLVWebViewFeedViewCurrentContentViewInActive currentContentViewInActive;
@property (nonatomic, copy) void (^configureContentViewBlock)(PLVContentAreaView *contentAreaView);
@property (nonatomic, assign) BOOL feedViewIgnoresSafeArea;

@end

Swift

class PLVWebViewFeedViewController : PLVWebViewBaseViewController, PLVWebViewFeedDataManagerDelegate

Undocumented