Add swipe action on download Lightshow

This commit is contained in:
Quentin Millardet
2024-06-04 00:03:28 +02:00
parent 53d5be6a02
commit 60cb3d37c8
6 changed files with 94 additions and 31 deletions

View File

@@ -8,6 +8,7 @@
/* Begin PBXBuildFile section */
663BEC572BEE2DA0000585D9 /* LightshowDownloadOrAddView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 663BEC562BEE2DA0000585D9 /* LightshowDownloadOrAddView.swift */; };
66A9B7DE2C0E642200CA1A0A /* LightshowDownloadCellSecond.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A9B7DD2C0E642200CA1A0A /* LightshowDownloadCellSecond.swift */; };
66BE20232BD5AA790051989C /* LightshowDownloadCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66BE20222BD5AA790051989C /* LightshowDownloadCell.swift */; };
66E3889B2BD3371A0004C1F2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E3889A2BD3371A0004C1F2 /* AppDelegate.swift */; };
66E3889D2BD3371A0004C1F2 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66E3889C2BD3371A0004C1F2 /* SceneDelegate.swift */; };
@@ -42,6 +43,7 @@
/* Begin PBXFileReference section */
663BEC562BEE2DA0000585D9 /* LightshowDownloadOrAddView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowDownloadOrAddView.swift; sourceTree = "<group>"; };
668F709C2BE82632004A9EDD /* LightshowManager.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LightshowManager.entitlements; sourceTree = "<group>"; };
66A9B7DD2C0E642200CA1A0A /* LightshowDownloadCellSecond.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowDownloadCellSecond.swift; sourceTree = "<group>"; };
66BE20222BD5AA790051989C /* LightshowDownloadCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LightshowDownloadCell.swift; sourceTree = "<group>"; };
66D401E92BE7EFD1004814D0 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Main.strings; sourceTree = "<group>"; };
66E388972BD3371A0004C1F2 /* LightshowManager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LightshowManager.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -109,6 +111,7 @@
66E388992BD3371A0004C1F2 /* LightshowManager */ = {
isa = PBXGroup;
children = (
66A9B7DD2C0E642200CA1A0A /* LightshowDownloadCellSecond.swift */,
668F709C2BE82632004A9EDD /* LightshowManager.entitlements */,
66E3889A2BD3371A0004C1F2 /* AppDelegate.swift */,
66E388A32BD3371C0004C1F2 /* Assets.xcassets */,
@@ -279,6 +282,7 @@
66E3889F2BD3371A0004C1F2 /* ViewController.swift in Sources */,
663BEC572BEE2DA0000585D9 /* LightshowDownloadOrAddView.swift in Sources */,
66BE20232BD5AA790051989C /* LightshowDownloadCell.swift in Sources */,
66A9B7DE2C0E642200CA1A0A /* LightshowDownloadCellSecond.swift in Sources */,
66E388CB2BD548990004C1F2 /* LightshowModel.swift in Sources */,
66E388CD2BD549B90004C1F2 /* LightshowDownloadView.swift in Sources */,
66E3889B2BD3371A0004C1F2 /* AppDelegate.swift in Sources */,

View File

@@ -7,17 +7,17 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
uuid = "D0E79D3F-B868-4417-B9C9-D1D626356F3D"
uuid = "1BEFFFD0-B8D9-4839-A8E9-37CF4443CF62"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "LightshowManager/LightshowDownloadCell.swift"
filePath = "LightshowManager/LightshowDownloadView.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "13"
endingLineNumber = "13"
landmarkName = "LightshowDownloadCell"
landmarkType = "3">
startingLineNumber = "30"
endingLineNumber = "30"
landmarkName = "tableView(_:cellForRowAt:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>