tigerAndBull / TABAnimated

A skeleton screen loading framework based on native for iOS. (一个由iOS原生组件映射出骨架屏的框架,包含快速植入,低耦合,兼容复杂视图等特点,提供国内主流骨架屏动画的加载方案,同时支持上拉加载更多、自定制动画。)
MIT License
3.37k stars 536 forks source link

项目使用私有库后,使用resource_bundles加载xib文件本sdk无法访问到xib文件 #187

Open zhangkaize opened 2 years ago

zhangkaize commented 2 years ago

使用resource_bundles方式加载资源后,self.tableView.tabAnimated = [TABTableAnimated animatedWithCellClass:WYPersonalOrderSkeletonCell.class cellHeight:150 animatedCount:20]; WYPersonalOrderSkeletonCell这个xib文件无法找到,可以提供一个接口设置bundle的接口吗

tigerAndBull commented 2 years ago

后面如果有版本迭代可以加,你可以搜TABXibBundleWithClass,然后自己改写

zhangkaize commented 2 years ago

你好我们这里是通过pod 方式引用的

发自我的iPhone

在 2021年12月2日,13:57,tigerAndBull @.***> 写道:

 后面如果有版本迭代可以加,你可以搜TABXibBundleWithClass,然后自己改写

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.