-
JJStockView第158处复用有问题, 重复调用 reloadStockView 会创建多个titleView,建议改成:
```
-(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
UIView *headerView = [self.stockTa…
absss updated
5 years ago
-
Hi
I have spent the weekend trying to get my head round using PureLayout - one of the improvements that I would love to see is to have an FAQ section for common elements with some sample code.
eg:…
-
Hi all,
After reload data i call openHeader function
it will crash on
public func openHeader(section : Int){
let headerView:JExpandableTableViewHV = self.tableview.headerView(forSec…
-
In my project, I add headerview, footerview and emptyview, but it's seem to not work.
Here is my code:
``` java
mListView = (StickyListHeadersListView) view.findViewById(R.id.sticky_list_view…
-
@Override
public void updatePinnedHeader(View headerView, int firstVisibleGroupPos) {
Group firstVisibleGroup = (Group) adapter.getGroup(firstVisibleGroupPos);
TextView textView = (TextV…
-
### Description
EmptyView and Header View show together when there is no record in collectionview.
### Steps to Reproduce
1. open the sln using vs 2022
2. f5 to run the app
### Link t…
-
In IssueFragment.java use ButterKnife framework. That can simply finding view elements in layout, and reducing code when implement listeners.
To use ButterKnife, in gradle, need to add: compile 'com.j…
-
我试着在SparseArrayCompat mHeaderViews 移除所有 然后重新添加,但是好像还是有些问题,请问有更好的解决思路吗
-
Found a problem wherein scrolling, apparently when other controls are present, is "overwriting" the other controls because the cells are not being clipped properly.
The rowheight should be larger tha…
-
I want XLPagerTabStrip under my customized view like following image.
How to achieve this view?
Thanks.
![img_1622_opt](https://user-images.githubusercontent.com/19691907/35547237-d4941f30-05b2-1…