Skip to content

Commit

Permalink
Updated to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olddonkey committed May 27, 2017
1 parent 1accb1c commit f9fc3cc
Show file tree
Hide file tree
Showing 12 changed files with 863 additions and 2 deletions.
463 changes: 463 additions & 0 deletions Carthage/Build/iOS/D4EA8035-53DD-3A62-91AF-33FC1D5F24C0.bcsymbolmap

Large diffs are not rendered by default.

392 changes: 392 additions & 0 deletions Carthage/Build/iOS/ED088B5F-7AA9-3B5B-BC80-FB5BDBABCEA7.bcsymbolmap

Large diffs are not rendered by default.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Carthage/Build/iOS/ShadowImageView.framework/ShadowImageView
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ github "olddonkey/ShadowImageView"
@IBInspectable
public var shadowOffSetByY: CGFloat

/// Shadow alpha value
@IBInspectable
public var shadowAlpha: CGFloat

Expand Down Expand Up @@ -110,3 +111,5 @@ ShadowImageView is released under the MIT license. See LICENSE for details.
### Kudos

Thanks to [PierrePerrin](https://github.com/PierrePerrin), his [PPMusicImageShadow](https://github.com/PierrePerrin/PPMusicImageShadow) inspires me, thought the implementation is diffrent, but the main idea comes from GaussianBlur.


2 changes: 1 addition & 1 deletion ShadowImageView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "ShadowImageView"
s.version = "1.3.0"
s.version = "1.4.0"
s.summary = "A UIImageView smillar class that will generate iOS 10 Apple Music style shadow."

# This description is used to generate tags and improve search results.
Expand Down
4 changes: 3 additions & 1 deletion Sources/ShadowImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ class ShadowImageView: UIView {
layoutShadow()
}
}



/// Shadow alpha value
@IBInspectable
public var shadowAlpha: CGFloat = 1 {
didSet {
Expand Down

0 comments on commit f9fc3cc

Please sign in to comment.