个播在坑位上不能上下滑动

This commit is contained in:
fengshuo
2022-10-31 20:10:35 +08:00
parent 9f368f680c
commit aca9fc7705
10 changed files with 48 additions and 39 deletions

View File

@@ -7,6 +7,7 @@
#import <UIKit/UIKit.h>
#import "NetImageView.h"
#import "RoomHostDelegate.h"
@class AnchorRoomScrollView;
@protocol AnchorRoomScrollViewDelegate <NSObject>
@@ -22,6 +23,9 @@
@end
@interface AnchorRoomScrollView : UIScrollView
@property (nonatomic,weak) id<RoomHostDelegate>hostDelegate;
- (instancetype)initWithdelegate:(id<RoomHostDelegate>)delegate;
@property (nonatomic, assign) id<AnchorRoomScrollViewDelegate> anchorScrollDelegate;
@property (nonatomic, strong) UIView *middleImageView;