Skip to content

Commit

Permalink
II-15-[improved readme]
Browse files Browse the repository at this point in the history
  • Loading branch information
spopovshakuro committed Apr 24, 2024
1 parent 648f0d1 commit 7dcca4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
![Platform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)
![License MIT](https://img.shields.io/badge/license-MIT-green.svg)

- [ScrollView](#scrollview)
- [List](#list)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

`PullToRefreshSwiftUI` package contains `PullToRefreshScrollView` and `PullToRefreshListView` controls, that allows to add pull to refresh to ScrollView and List SwiftUI containers.

![](Resources/pull_to_refresh_example_main.gif)

`PullToRefreshSwiftUI` package contains `PullToRefreshScrollView` and `PullToRefreshListView` controls, that allows to add pull to refresh to ScrollView and List SwiftUI containers.
## ScrollView

A `PullToRefreshScrollView` is a custom control that alows to put some content on scroll view with pull to refresh action.

Expand Down Expand Up @@ -59,6 +63,8 @@ PullToRefreshScrollView(

![](Resources/pull_to_refresh_example_1.gif)

## List

A `PullToRefreshListView` is a custom control that alows to add some content to list view with pull to refresh action.

`PullToRefreshListView` example:
Expand Down

0 comments on commit 7dcca4e

Please sign in to comment.