Skip to content

Commit

Permalink
[Fix] Keyneez#46 - Toast 주석 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
kpk0616 committed Jan 13, 2023
1 parent 204205f commit 3c9ab10
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 4 deletions.
104 changes: 104 additions & 0 deletions Keyneez/Keyneez.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
{
"pins" : [
{
"identity" : "alamofire",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Alamofire/Alamofire.git",
"state" : {
"revision" : "78424be314842833c04bc3bef5b72e85fff99204",
"version" : "5.6.4"
}
},
{
"identity" : "bottomsheet",
"kind" : "remoteSourceControl",
"location" : "https://github.com/joomcode/BottomSheet.git",
"state" : {
"revision" : "2397f22fa1828169dbb233a9ad9d83ed72b6a236",
"version" : "2.0.1"
}
},
{
"identity" : "floatingpanel",
"kind" : "remoteSourceControl",
"location" : "https://github.com/scenee/FloatingPanel.git",
"state" : {
"revision" : "4ab7d260301ddf1cab5376ea14e285a128f5ba39",
"version" : "2.5.5"
}
},
{
"identity" : "floaty",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kciter/Floaty.git",
"state" : {
"branch" : "master",
"revision" : "d0e637db60828d49e403ff0b7dc11b1458e67095"
}
},
{
"identity" : "kingfisher",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Kingfisher.git",
"state" : {
"revision" : "90135885ef506506620c4911cefb55a95ca2a9a2",
"version" : "7.5.0"
}
},
{
"identity" : "moya",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Moya/Moya.git",
"state" : {
"revision" : "c263811c1f3dbf002be9bd83107f7cdc38992b26",
"version" : "15.0.3"
}
},
{
"identity" : "reactiveswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"state" : {
"revision" : "c43bae3dac73fdd3cb906bd5a1914686ca71ed3c",
"version" : "6.7.0"
}
},
{
"identity" : "rxswift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ReactiveX/RxSwift.git",
"state" : {
"revision" : "b4307ba0b6425c0ba4178e138799946c3da594f8",
"version" : "6.5.0"
}
},
{
"identity" : "snapkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SnapKit/SnapKit",
"state" : {
"revision" : "f222cbdf325885926566172f6f5f06af95473158",
"version" : "5.6.0"
}
},
{
"identity" : "then",
"kind" : "remoteSourceControl",
"location" : "https://github.com/devxoul/Then",
"state" : {
"revision" : "e421a7b3440a271834337694e6050133a3958bc7",
"version" : "2.7.0"
}
},
{
"identity" : "toast-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/scalessec/Toast-Swift.git",
"state" : {
"revision" : "0c9493eeacb102cc614da385cfaaf475379f4ab4",
"version" : "5.0.1"
}
}
],
"version" : 2
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit
import SnapKit
import Toast
//import Toast
import Then

private struct Constant {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit
import SnapKit
import Toast
//import Toast
import Then

private struct Constant {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import UIKit
import SnapKit
import Toast
//import Toast
import Then

private struct Constant {
Expand Down Expand Up @@ -105,7 +105,7 @@ class SimplePwdViewController: NiblessViewController, NavigationBarProtocol {
extension SimplePwdViewController {

private func setToast() {
view.makeToast("마지막 단계!", duration: 0.7, position: .center)
// view.makeToast("마지막 단계!", duration: 0.7, position: .center)
}

private func setConfig() {
Expand Down

0 comments on commit 3c9ab10

Please sign in to comment.