Skip to content

Commit

Permalink
fixed readme and project struct
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneKlyuenkov committed Sep 30, 2022
2 parents c49e4ac + ff00f14 commit 7bb2f6b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PullToRefresh_Framework.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
172F078228A4F37B00AFD6A2 /* PullToRefresh_Framework.h in Headers */ = {isa = PBXBuildFile; fileRef = 172F078128A4F37B00AFD6A2 /* PullToRefresh_Framework.h */; settings = {ATTRIBUTES = (Public, ); }; };
172F078D28A4F44200AFD6A2 /* PullToRefreshView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 172F078C28A4F44200AFD6A2 /* PullToRefreshView.swift */; };
17AC9E8C28AA4CC800DF8A2B /* Shakuro.PullToRefresh.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 17AC9E8B28AA4CC800DF8A2B /* Shakuro.PullToRefresh.podspec */; };
6B473CAF28E6E0DE0040D82B /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = 6B473CAE28E6E0DE0040D82B /* .swiftlint.yml */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -20,6 +21,7 @@
172F078A28A4F3E200AFD6A2 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
172F078C28A4F44200AFD6A2 /* PullToRefreshView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PullToRefreshView.swift; sourceTree = "<group>"; };
17AC9E8B28AA4CC800DF8A2B /* Shakuro.PullToRefresh.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; fileEncoding = 4; path = Shakuro.PullToRefresh.podspec; sourceTree = "<group>"; };
6B473CAE28E6E0DE0040D82B /* .swiftlint.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -39,6 +41,7 @@
172F078928A4F3E200AFD6A2 /* LICENSE.md */,
172F078A28A4F3E200AFD6A2 /* README.md */,
17AC9E8B28AA4CC800DF8A2B /* Shakuro.PullToRefresh.podspec */,
6B473CAE28E6E0DE0040D82B /* .swiftlint.yml */,
172F078028A4F37B00AFD6A2 /* PullToRefresh_Framework */,
172F078B28A4F44200AFD6A2 /* Source */,
172F077F28A4F37B00AFD6A2 /* Products */,
Expand Down Expand Up @@ -147,6 +150,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
6B473CAF28E6E0DE0040D82B /* .swiftlint.yml in Resources */,
17AC9E8C28AA4CC800DF8A2B /* Shakuro.PullToRefresh.podspec in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@
- [Usage](#usage)
- [License](#license)

A `PullToRefresh` is a custom control that you attach to any UIScrollView object, including table views and collection views. `PullToRefresh` has various configuration options.

`PullToRefresh` example with default options:

![](Resources/pull_to_refresh_example_1.gif)

`PullToRefresh` example with animation logo:

![](Resources/pull_to_refresh_example_2.gif)

`PullToRefresh` example with sticky headers:

![](Resources/pull_to_refresh_example_3.gif)

## Requirements

- iOS 11.0+
Expand Down
Binary file added Resources/pull_to_refresh_example_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/pull_to_refresh_example_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/pull_to_refresh_example_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7bb2f6b

Please sign in to comment.