Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 58215cf

Browse files
authored
Merge pull request #34 from nodes-ios/develop
Develop
2 parents edd8d48 + 394edaf commit 58215cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ xcuserdata
2222
*.moved-aside
2323
*.xcuserstate
2424
*.xcscmblueprint
25+
.DS_Store
2526

2627
## Obj-C/Swift specific
2728
*.hmap
@@ -54,7 +55,7 @@ Carthage/Build
5455

5556
# fastlane
5657
#
57-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
58+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
5859
# screenshots whenever they are needed.
5960
# For more information about the recommended setup visit:
6061
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md

Spinner/Spinner.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ public extension SpinnerView {
170170
if let image = animationImage {
171171
let imageView = UIImageView(frame: view.bounds)
172172
imageView.contentMode = .center
173+
imageView.autoresizingMask = [.flexibleTopMargin, .flexibleLeftMargin, .flexibleRightMargin, .flexibleBottomMargin]
173174
imageView.animationDuration = image.animationDuration
174175
imageView.animationImages = image.animationImages
175176
imageView.startAnimating()

0 commit comments

Comments
 (0)