DLSlideView icon indicating copy to clipboard operation
DLSlideView copied to clipboard

Tabed slide view based on container of ViewController(not UIScrollView). Support infinite pages.

Results 23 DLSlideView issues
Sort by recently updated
recently updated
newest added

请问在用DLTabedSlideView时如何获取percent? 非常感谢

怎么调整tabbar Item之间的间距,现在每个都是紧紧挨着的

使用过程中,如果标签页比较多 比如10个,一个一个滑到最后,然后在滑回来,发现前面的vc的viewdidload方法重新走了一遍

在 DLSlideView 的 - (void)switchTo:(NSInteger)index 方法中 `CGRect nowRect = oldvc.view.frame;` 应该修改为 ``` CGRect nowRect = CGRectMake(CGRectGetMinX(oldvc.view.frame), CGRectGetMinY(oldvc.view.frame), CGRectGetWidth(self.bounds), CGRectGetHeight(self.bounds)); ``` 来解决点击 DLTabedSlideView 头部切换 controller时 controller.view底部未正确显示的bug

如何监听DLScrollTabbarView发生滑动了呢

当页数过多,就出现问题了,拥挤不堪

滑动切换正常,点击不切换,这是怎么回事?

你好,非常感谢你贡献的代码,请问一下,是否有意提供一个纯代码实现的版本demo呢? 我用纯代码实现的时候,实现Demo1ViewController.h中的“@property (weak, nonatomic) IBOutlet DLTabedSlideView *tabedSlideView;”时遇到一个问题,tabedSlideView如何同时具有XIB的UITabBarController属性.呢?