feat:add iOS listview

This commit is contained in:
pengfei.zhou
2019-11-15 19:30:07 +08:00
parent 6017e7120d
commit 8e53e4b54b
11 changed files with 230 additions and 15 deletions

View File

@@ -48,9 +48,9 @@ NS_ASSUME_NONNULL_BEGIN
- (void)blendView:(V)view forPropName:(NSString *)name propValue:(id)prop;
- (void)callJSResponse:(NSString *)funcId, ...;
- (DoricAsyncResult *)callJSResponse:(NSString *)funcId, ...;
+ (DoricViewNode *)create:(DoricContext *)context withType:(NSString *)type;
+ (__kindof DoricViewNode *)create:(DoricContext *)context withType:(NSString *)type;
- (void)requestLayout;
@end