VirtualView-iOS
VirtualView-iOS copied to clipboard
A solution to create & release UI component dynamically.
When action is Array or Dictionary, it's hard to transformed to NSArray or NSDictionary. ``` "items": [ "action": { "id": 1, "name: "book name" }, "type": 1" ] ``` the...
我使用demo,在page页里面,实现了代理方法: - (void)virtualViewClickedWithAction:(NSString *)action andValue:(NSString *)value{ if (action) { NSLog(@"action: %@, value: %@", action, value); [self.navigationController pushViewController:[[GridViewController alloc] initWithFilename:@"Grid"] animated:YES]; } } 我跳转到GridViewController,之后我popVC之后page页无法获取此页面的params参数,无法显示图片(无法加载URL),此时navigationController 中没有保存响应的VC,这里是怎么解决的?
虚拟容器的layer隐式动画效果是不是需要处理下,还是使用姿势不对
现在不让访问了吗?没人维护了?