Skip to content

Commit eeb8a9e

Browse files
author
Sergey D
authored
Update README.md
1 parent a0aba4c commit eeb8a9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)