Skip to content

Commit f898fa5

Browse files
author
Colin Guenther
committed
Adding 3rd-party refresh control.
We cannot use Apple's UIRefreshControl in pure UITableViews and we don't intend to use UITableViewControllers just for making use of UIRefreshControl. We would loose too much of flexibility.
1 parent c882660 commit f898fa5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "iOSDevWeekly/Vendor/SBLayoutManager"]
88
path = iOSDevWeekly/Vendor/SBLayoutManager
99
url=https://github.com/cogun/SBLayoutManager.git
10+
[submodule "iOSDevWeekly/Vendor/ODRefreshControl"]
11+
path = iOSDevWeekly/Vendor/ODRefreshControl
12+
url = https://github.com/cogun/ODRefreshControl.git

iOSDevWeekly/Vendor/ODRefreshControl

Submodule ODRefreshControl added at 279bc43

0 commit comments

Comments
 (0)