feat:popover can dismiss all poped views

This commit is contained in:
pengfei.zhou
2019-11-29 09:35:20 +08:00
parent a79e288679
commit 35d377f9b9
8 changed files with 65 additions and 48 deletions

View File

@@ -28,7 +28,6 @@ NS_ASSUME_NONNULL_BEGIN
- (void)setupRootView:(DoricStackView *)view;
- (void)render:(NSDictionary *)props;
@end
NS_ASSUME_NONNULL_END

View File

@@ -27,9 +27,6 @@ - (void)setupRootView:(DoricStackView *)view {
self.view = view;
}
- (void)render:(NSDictionary *)props {
[self blend:props];
}
- (void)requestLayout {
[self.view setNeedsLayout];
}