File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ It’s much more interesting to develop your own pull-to-refresh control.
6464
6565## Usage in UITableView with sections
6666
67- Unfortunaly, * UITableView* with sections doesn’t not supported. But you can resolve this problem by two steps:
68- 1 ) Create you own * PullToRefresh* (see below how you can did it)
69- 2 ) Set it ``` shouldBeVisibleWhileScrolling ``` property ``` true ``` . It makes you * PullToRefresh* always visible while you scroll table.
67+ Unfortunaly, * UITableView* with sections currently not supported. But you can resolve this problem in two steps:
68+ 1 ) Create you own * PullToRefresh* (see instructions below).
69+ 2 ) Set its ``` shouldBeVisibleWhileScrolling ``` property to ``` true ``` . It makes you PullToRefresh always visible while you're scrolling the table.
7070
71- ⚠️ By default, * PullToRefresh* has transparent background. Don’t use it in this case ⚠️
71+ ⚠️ By default PullToRefresh has transparent background which leads to unwanted overlapping behavour. ⚠️
7272
7373## Creating custom PullToRefresh
7474
You can’t perform that action at this time.
0 commit comments