Skip to content

Commit 7d92635

Browse files
committed
Merge branch 'master' into pr/12
Conflicts: NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallPulse Rise.swift NVActivityIndicatorViewDemo.xcodeproj/project.pbxproj
2 parents bf31a29 + f00845b commit 7d92635

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

NVActivityIndicatorView/Animations/NVActivityIndicatorAnimationBallPulseRise.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class NVActivityIndicatorAnimationBallPulseRise: NVActivityIndicatorAnimationDel
6666
return animation
6767
}
6868

69-
func evenAnimation(duration duration: CFTimeInterval, deltaY: CGFloat, timingFunction: CAMediaTimingFunction) -> CAAnimation {
69+
func evenAnimation(duration duration: CFTimeInterval, deltaY: CGFloat, timingFunction: CAMediaTimingFunction) -> CAAnimation {
7070
// Scale animation
7171
let scaleAnimation = CAKeyframeAnimation(keyPath: "transform.scale")
7272

NVActivityIndicatorView/NVActivityIndicatorView.swift

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ public class NVActivityIndicatorView: UIView {
123123
- Default color is white\n
124124
- Default size is 40
125125

126-
:param: decoder
126+
- parameter decoder:
127127

128-
:returns: The activity indicator view
128+
- returns: The activity indicator view
129129
*/
130130
required public init?(coder aDecoder: NSCoder) {
131131
self.type = NVActivityIndicatorView.DEFAULT_TYPE
@@ -137,12 +137,12 @@ public class NVActivityIndicatorView: UIView {
137137
/**
138138
Create a activity indicator view with specified type, color, size and size
139139

140-
:param: frame view's frame
141-
:param: type animation type, value of NVActivityIndicatorType enum. Default type is pacman.
142-
:param: color color of activity indicator view. Default color is white.
143-
:param: size actual size of animation in view. Default size is 40
140+
- parameter frame: view's frame
141+
- parameter type: animation type, value of NVActivityIndicatorType enum. Default type is pacman.
142+
- parameter color: color of activity indicator view. Default color is white.
143+
- parameter size: actual size of animation in view. Default size is 40
144144

145-
:returns: The activity indicator view
145+
- returns: The activity indicator view
146146
*/
147147
public init(frame: CGRect, type: NVActivityIndicatorType = DEFAULT_TYPE, color: UIColor = DEFAULT_COLOR, size: CGSize = DEFAULT_SIZE) {
148148
self.type = type

NVActivityIndicatorViewDemo.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@
268268
239CAB181B5EBB2E0051DC06 /* Project object */ = {
269269
isa = PBXProject;
270270
attributes = {
271+
LastSwiftMigration = 0700;
271272
LastSwiftUpdateCheck = 0700;
272273
LastUpgradeCheck = 0700;
273274
ORGANIZATIONNAME = "Nguyen Vinh";

0 commit comments

Comments
 (0)