Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Commit 8cfd31b

Browse files
Anand NimjeAnand Nimje
Anand Nimje
authored and
Anand Nimje
committed
Upgraded for Swift 4.0 version.
1 parent 4ee177e commit 8cfd31b

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Example/ANLoader/Images.xcassets/wallpaper.imageset/Contents.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
},
77
{
88
"idiom" : "universal",
9-
"filename" : "wallpaper.jpg",
109
"scale" : "2x"
1110
},
1211
{
Binary file not shown.

Example/ANLoader/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class ViewController: UIViewController {
1818
ANLoader.pulseAnimation = true
1919
// ANLoader.activityTextColor = .clear
2020
// ANLoader.activityColor = .darkGray
21+
2122
ANLoader.showLoading("Loading", disableUI: true)
2223
Timer.scheduledTimer(timeInterval: 5.0, target: self, selector: #selector(hideLoader), userInfo: nil, repeats: false)
2324
}

0 commit comments

Comments
 (0)