Skip to content

Commit bd064ff

Browse files
committed
Refactor attachment delegate and actions to a separate class.
1 parent 2626256 commit bd064ff

5 files changed

Lines changed: 370 additions & 345 deletions

File tree

Example/AztecExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
FF9AF5481DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */; };
4545
FFC41BDE20DBC7BA004DFB4D /* video.html in Resources */ = {isa = PBXBuildFile; fileRef = FFC41BDD20DBC7BA004DFB4D /* video.html */; };
4646
FFFA53D023C4A64200829A43 /* MediaInsertionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53CF23C4A64200829A43 /* MediaInsertionHelper.swift */; };
47+
FFFA53D523C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53D423C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift */; };
48+
FFFA53D723C4C43700829A43 /* UIImage+SaveTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFFA53D623C4C43700829A43 /* UIImage+SaveTo.swift */; };
4749
/* End PBXBuildFile section */
4850

4951
/* Begin PBXContainerItemProxy section */
@@ -162,6 +164,8 @@
162164
FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = AttachmentDetailsViewController.storyboard; sourceTree = "<group>"; };
163165
FFC41BDD20DBC7BA004DFB4D /* video.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = video.html; sourceTree = "<group>"; };
164166
FFFA53CF23C4A64200829A43 /* MediaInsertionHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MediaInsertionHelper.swift; sourceTree = "<group>"; };
167+
FFFA53D423C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextViewAttachmentDelegateProvider.swift; sourceTree = "<group>"; };
168+
FFFA53D623C4C43700829A43 /* UIImage+SaveTo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+SaveTo.swift"; sourceTree = "<group>"; };
165169
/* End PBXFileReference section */
166170

167171
/* Begin PBXFrameworksBuildPhase section */
@@ -257,7 +261,9 @@
257261
FF9AF5471DB0E4E200C42ED3 /* AttachmentDetailsViewController.storyboard */,
258262
607FACD71AFB9204008FA782 /* ViewController.swift */,
259263
E63EF92A1D36A60B00B5BA4B /* EditorDemoController.swift */,
264+
FFFA53D423C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift */,
260265
FFFA53CF23C4A64200829A43 /* MediaInsertionHelper.swift */,
266+
FFFA53D623C4C43700829A43 /* UIImage+SaveTo.swift */,
261267
B5DB1C361EC630E10005E623 /* UnknownEditorViewController.swift */,
262268
607FACD91AFB9204008FA782 /* Main.storyboard */,
263269
607FACDC1AFB9204008FA782 /* Images.xcassets */,
@@ -476,8 +482,10 @@
476482
files = (
477483
FFFA53D023C4A64200829A43 /* MediaInsertionHelper.swift in Sources */,
478484
B5DB1C371EC630E10005E623 /* UnknownEditorViewController.swift in Sources */,
485+
FFFA53D523C4AD0B00829A43 /* TextViewAttachmentDelegateProvider.swift in Sources */,
479486
599F25701D8BCF57002871D6 /* AppDelegate.swift in Sources */,
480487
59D2873B1D8C599B00B99C80 /* AttachmentDetailsViewController.swift in Sources */,
488+
FFFA53D723C4C43700829A43 /* UIImage+SaveTo.swift in Sources */,
481489
E63EF92B1D36A60B00B5BA4B /* EditorDemoController.swift in Sources */,
482490
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */,
483491
);

0 commit comments

Comments
 (0)