feat:popover can dismiss all poped views
This commit is contained in:
@@ -28,7 +28,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
- (void)setupRootView:(DoricStackView *)view;
|
||||
|
||||
- (void)render:(NSDictionary *)props;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
@@ -27,9 +27,6 @@ - (void)setupRootView:(DoricStackView *)view {
|
||||
self.view = view;
|
||||
}
|
||||
|
||||
- (void)render:(NSDictionary *)props {
|
||||
[self blend:props];
|
||||
}
|
||||
- (void)requestLayout {
|
||||
[self.view setNeedsLayout];
|
||||
}
|
||||
|
Reference in New Issue
Block a user