Skip to content

Commit

Permalink
Merge pull request #288 from mini-min/release/#287
Browse files Browse the repository at this point in the history
[FEAT] #287 - NVActivityIndicatorView 오픈소스 라이브러리 추가
  • Loading branch information
mini-min authored Jan 5, 2022
2 parents 4d50b35 + a46db2e commit 653922f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NADA-iOS-forRelease/Resouces/Constants/URL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ extension Const {
static let kakaoURL = "https://developers.kakao.com/sdk/reference/ios/release/KakaoSDKCommon/index.html"
static let keyboardURL = "https://github.com/hackiftekhar/IQKeyboardManager"
static let kingfisherURL = "https://github.com/onevcat/Kingfisher"
static let indicatorURL = "https://github.com/ninjaprox/NVActivityIndicatorView"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit
class OpenSourceViewController: UIViewController {

// MARK: - Properteis
var openSourceList = ["Moya", "SkeletonView", "SwiftLint", "VerticalCardSwiper", "KakaoSDK", "IQKeyboardManagerSwift", "Kingfisher"]
var openSourceList = ["Moya", "SkeletonView", "SwiftLint", "VerticalCardSwiper", "KakaoSDK", "IQKeyboardManagerSwift", "Kingfisher", "NVActivityIndicatorView"]

// MARK: - @IBOutlet Properties
@IBOutlet weak var openSourceTableView: UITableView!
Expand Down Expand Up @@ -68,6 +68,7 @@ extension OpenSourceViewController: UITableViewDelegate {
case 4: openURL(link: URL(string: Const.URL.kakaoURL)!)
case 5: openURL(link: URL(string: Const.URL.keyboardURL)!)
case 6: openURL(link: URL(string: Const.URL.kingfisherURL)!)
case 7: openURL(link: URL(string: Const.URL.indicatorURL)!)
default: print("default!")

}
Expand Down

0 comments on commit 653922f

Please sign in to comment.