CYLTabBarController icon indicating copy to clipboard operation
CYLTabBarController copied to clipboard

ios lottios 导入json动画文件无效,如果我在其他地方单独引用lottios就可以

Open farewell17 opened this issue 4 years ago • 2 comments

farewell17 avatar Dec 10 '19 06:12 farewell17

导入文件方式代码贴一下

ChenYilong avatar Jan 10 '20 10:01 ChenYilong

NSString *path = [[NSBundle mainBundle] pathForResource:@"tab1" ofType:@"json"]; NSDictionary *firstTabbar = @{CYLTabBarItemTitle:@"订单", CYLTabBarLottieURL:[NSURL fileURLWithPath:path]};

farewell17 avatar Jan 14 '20 08:01 farewell17