-
**Feature描述**
请简单描述你想要的效果:
- (UIView *)viewForPinSectionHeaderInPagerView:(JXPagerView *)pagerView {
return self.categoryView;
}
类似于segmentedControl 四周边框线设置不能显示?
这样设置了无效
// …
-
header里面有tableView, tableView通过监听contentSize的改变然后改变tableView的高度,从而自适应的改变整个header的高度,然后通过回调[self.pagerView reloadData]想更新pager的header高度,但是出现死循环卡死现象。
-
I am trying to add some markers after changing camera position, that is working fine when i taken MapsActivity, But This is not working when i taken MapFragment under PagerView.
Can anyone Help here …
-
@implementation PagingViewController
- (void)viewDidLoad {
[super viewDidLoad];
self.h = 200;
self.view.backgroundColor = [UIColor whiteColor];
self.navigationController.navigat…
-
I am using MXSegmentedPager in a ViewController where I sometimes also show an Ad banner. I need the SegmentedPager content to go behind the Ad banner, which doesn't cover to the edge of the screen. B…
-
Hello,
I have the followed issue with sticky expandable header that don't know how to reproduce on demo.
1. PagerView contains three pages with flexible adapter. All three pages have sticky expa…
-
**bug描述**
设置_pagerView.pinSectionHeaderVerticalOffset = 23.33;为非整数时,xs max上列表显示不全,无法下拉全部内容
**版本号**
1.JXPagingView版本号:最新
2.OC还是Swift版本:OC
3.手机系统版本号:12.2
4.手机型号:xs max
**复现步骤**
demo中,PagingV…
-
Hey, I'm pretty new to nativescript and I've tried to use the nativescript-pager in one of my apps. I'm currently facing an issues on android with the latest version. I'm using `angular` and have the …
-
```
/**
返回悬浮HeaderView的高度,因为内部需要比对判断,只能是整型数
@param pagerView pagerView description
@return 悬浮HeaderView的高度
*/
- (NSUInteger)heightForPinSectionHeaderInPagerView:(JXPagerView *)pagerView;…
-
![Simulator Screen Shot - iPhone Xs Max - 2019-07-12 at 09 29 37](https://user-images.githubusercontent.com/13092196/61095824-993d9180-a487-11e9-80c8-22147638b9b6.png)