You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
All notable changes to this project will be documented in this file.
3
3
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## 1.5.0
6
+
#### Added
7
+
* Adding a new gradient view generator that can creat a complicated gradient effect with multiple colors and locations.
8
+
* Adding a new method to support redraw feature in ADKGradientView.
9
+
5
10
## 1.4.0
6
11
#### Added
7
12
* Adding a new method to support manual update layout in UIScrollView+ADKInfiniteScrollingView. It allows you to modify scroll view's offset dynamically.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ pod 'AppDevKit/AppDevImageKit'
59
59
- **UIScrollView+ADKPullToRefreshView** > Supports pull to refresh feature on scrollable view. For example: `UIScrollView`, `UITableView` and `UICollectionView`.
60
60
- **UIScrollView+ADKInfiniteScrollingView** > Supports infinite scrolling feature on scrollable view. For example: `UIScrollView`, `UITableView` and `UICollectionView`.
61
61
-**ADKModalMaskView** > Providing a way to create a modal view for presenting specific view.
62
-
-**ADKGradientView** > Creates a gradient view for you.
62
+
-**ADKGradientView** > Creating a simple linear gradient view with orientations for you.
63
+
-**ADKMultiGradientView** > Creating a complicated linear gradient view with orientations for you.
63
64
-**ADKDashedLineView** > Creates a dashed line around your view.
0 commit comments