Skip to content

Commit faf6e4b

Browse files
vuln3rSandinmbuchetics
authored
add context menu (#33)
* added support for context menus * created example for the context menu Co-authored-by: Sandin <sandin.dulic@allaboutapps.at> Co-authored-by: Matthias Buchetics <matthias.buchetics@allaboutapps.at>
1 parent 9a75e92 commit faf6e4b

8 files changed

Lines changed: 363 additions & 222 deletions

File tree

DataSource.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
4C6076DF21490C80002E8BD1 /* SeparatedSectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C6076DE21490C80002E8BD1 /* SeparatedSectionViewController.swift */; };
5252
4CA65F60214F952E004F2F19 /* UIView+AutoLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CA65F5F214F952E004F2F19 /* UIView+AutoLayout.swift */; };
5353
5C61C91820AF0AB0003A08B8 /* SwipeActionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C61C91720AF0AB0003A08B8 /* SwipeActionViewController.swift */; };
54+
5F91D0C625091B8300CF5053 /* ContextMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F91D0C525091B8300CF5053 /* ContextMenuViewController.swift */; };
5455
5FD722022500F36800835AA1 /* Differ in Frameworks */ = {isa = PBXBuildFile; productRef = 5FD722012500F36800835AA1 /* Differ */; };
5556
D8D61BEE21E4DD3E00937D1C /* SeparatorLineViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D61BED21E4DD3E00937D1C /* SeparatorLineViewModel.swift */; };
5657
D8D61BF021E4E11300937D1C /* SeparatorCustomViewViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8D61BEF21E4E11300937D1C /* SeparatorCustomViewViewModel.swift */; };
@@ -154,6 +155,7 @@
154155
4C6076DE21490C80002E8BD1 /* SeparatedSectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatedSectionViewController.swift; sourceTree = "<group>"; };
155156
4CA65F5F214F952E004F2F19 /* UIView+AutoLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+AutoLayout.swift"; sourceTree = "<group>"; };
156157
5C61C91720AF0AB0003A08B8 /* SwipeActionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwipeActionViewController.swift; sourceTree = "<group>"; };
158+
5F91D0C525091B8300CF5053 /* ContextMenuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContextMenuViewController.swift; sourceTree = "<group>"; };
157159
D8D61BED21E4DD3E00937D1C /* SeparatorLineViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatorLineViewModel.swift; sourceTree = "<group>"; };
158160
D8D61BEF21E4E11300937D1C /* SeparatorCustomViewViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatorCustomViewViewModel.swift; sourceTree = "<group>"; };
159161
/* End PBXFileReference section */
@@ -255,6 +257,7 @@
255257
5C61C91720AF0AB0003A08B8 /* SwipeActionViewController.swift */,
256258
4C6076DE21490C80002E8BD1 /* SeparatedSectionViewController.swift */,
257259
3903C1822428C7410094EF50 /* ExpandableCellViewController.swift */,
260+
5F91D0C525091B8300CF5053 /* ContextMenuViewController.swift */,
258261
);
259262
name = Examples;
260263
sourceTree = "<group>";
@@ -507,6 +510,7 @@
507510
3903C1852428C7DE0094EF50 /* TextCell.swift in Sources */,
508511
396E02E020A1B0090072291F /* SwipeToDeleteViewController.swift in Sources */,
509512
3968B9161E7C261600EE876F /* UILabel+Animation.swift in Sources */,
513+
5F91D0C625091B8300CF5053 /* ContextMenuViewController.swift in Sources */,
510514
39E9E3AE1E659D7D00A3C300 /* SwitchCell.swift in Sources */,
511515
3903C1832428C7410094EF50 /* ExpandableCellViewController.swift in Sources */,
512516
39E9E3A91E6566AD00A3C300 /* TitleCell.swift in Sources */,

0 commit comments

Comments
 (0)