Skip to content

Commit

Permalink
- Removed YYTextView demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hackiftekhar committed Jan 11, 2020
1 parent ff8566c commit ca57a65
Show file tree
Hide file tree
Showing 15 changed files with 230 additions and 545 deletions.
14 changes: 0 additions & 14 deletions Demo.xcodeproj/project.pbxproj
Expand Up @@ -10,7 +10,6 @@
4C0EFE1F1CF2F9F500C908D3 /* ColorTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0EFE1E1CF2F9F500C908D3 /* ColorTableViewCell.swift */; };
4C0EFE211CF2FA0600C908D3 /* TextFieldTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0EFE201CF2FA0600C908D3 /* TextFieldTableViewCell.swift */; };
4C0EFE231CF2FA1200C908D3 /* ImageSwitchTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0EFE221CF2FA1200C908D3 /* ImageSwitchTableViewCell.swift */; };
4C0EFE271CF332B300C908D3 /* YYTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0EFE261CF332B300C908D3 /* YYTextViewController.swift */; };
4C0EFE291CF332BF00C908D3 /* RefreshLayoutViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0EFE281CF332BF00C908D3 /* RefreshLayoutViewController.swift */; };
4C0EFE2F1CF332DD00C908D3 /* TextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0EFE2E1CF332DD00C908D3 /* TextViewController.swift */; };
4C134C811D10758F00C016CA /* SearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C134C801D10758F00C016CA /* SearchViewController.m */; };
Expand All @@ -32,7 +31,6 @@
4C794D1D20D59C0500502C9B /* Launch.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4C794D1F20D59C0500502C9B /* Launch.storyboard */; };
4CE49FCF1D9E7FD40094FB36 /* PopoverViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE49FCE1D9E7FD40094FB36 /* PopoverViewController.m */; };
4CE611A01B98B7250020591A /* DemoObjCUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE6119F1B98B7250020591A /* DemoObjCUITests.m */; };
4CE74F411CF0465C0093AC0C /* YYTextViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE74F401CF0465C0093AC0C /* YYTextViewController.m */; };
4CE74F441CF047610093AC0C /* RefreshLayoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE74F431CF047610093AC0C /* RefreshLayoutViewController.m */; };
4CE74F4D1CF080C10093AC0C /* TextViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE74F4C1CF080C10093AC0C /* TextViewController.m */; };
4CE74F581CF185F70093AC0C /* ColorPickerTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CE74F501CF185F70093AC0C /* ColorPickerTextField.m */; };
Expand Down Expand Up @@ -107,7 +105,6 @@
4C0EFE1E1CF2F9F500C908D3 /* ColorTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorTableViewCell.swift; sourceTree = "<group>"; };
4C0EFE201CF2FA0600C908D3 /* TextFieldTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextFieldTableViewCell.swift; sourceTree = "<group>"; };
4C0EFE221CF2FA1200C908D3 /* ImageSwitchTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageSwitchTableViewCell.swift; sourceTree = "<group>"; };
4C0EFE261CF332B300C908D3 /* YYTextViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YYTextViewController.swift; sourceTree = "<group>"; };
4C0EFE281CF332BF00C908D3 /* RefreshLayoutViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RefreshLayoutViewController.swift; sourceTree = "<group>"; };
4C0EFE2E1CF332DD00C908D3 /* TextViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TextViewController.swift; sourceTree = "<group>"; };
4C134C7F1D10758F00C016CA /* SearchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchViewController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -147,8 +144,6 @@
4CE6119D1B98B7250020591A /* DemoObjCUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DemoObjCUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4CE6119F1B98B7250020591A /* DemoObjCUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DemoObjCUITests.m; sourceTree = "<group>"; };
4CE611A11B98B7250020591A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4CE74F3F1CF0465C0093AC0C /* YYTextViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextViewController.h; sourceTree = "<group>"; };
4CE74F401CF0465C0093AC0C /* YYTextViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextViewController.m; sourceTree = "<group>"; };
4CE74F421CF047610093AC0C /* RefreshLayoutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RefreshLayoutViewController.h; sourceTree = "<group>"; };
4CE74F431CF047610093AC0C /* RefreshLayoutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RefreshLayoutViewController.m; sourceTree = "<group>"; };
4CE74F4B1CF080C10093AC0C /* TextViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextViewController.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -470,8 +465,6 @@
C0CB61C81B884D4100C33368 /* ViewController.m */,
C0CB61C91B884D4100C33368 /* WebViewController.h */,
C0CB61CA1B884D4100C33368 /* WebViewController.m */,
4CE74F3F1CF0465C0093AC0C /* YYTextViewController.h */,
4CE74F401CF0465C0093AC0C /* YYTextViewController.m */,
4CE74F421CF047610093AC0C /* RefreshLayoutViewController.h */,
4CE74F431CF047610093AC0C /* RefreshLayoutViewController.m */,
4CE74F4B1CF080C10093AC0C /* TextViewController.h */,
Expand Down Expand Up @@ -583,7 +576,6 @@
C0CB61E41B884D4100C33368 /* TextViewSpecialCaseViewController.swift */,
C0CB61E51B884D4100C33368 /* ViewController.swift */,
C0CB61E61B884D4100C33368 /* WebViewController.swift */,
4C0EFE261CF332B300C908D3 /* YYTextViewController.swift */,
4C0EFE281CF332BF00C908D3 /* RefreshLayoutViewController.swift */,
4C0EFE2E1CF332DD00C908D3 /* TextViewController.swift */,
4C34D9EE1D1319A60013E61D /* SearchViewController.swift */,
Expand Down Expand Up @@ -764,13 +756,11 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DemoSwift/Pods-DemoSwift-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/IQDropDownTextField/IQDropDownTextField.framework",
"${BUILT_PRODUCTS_DIR}/YYText/YYText.framework",
"${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQDropDownTextField.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYText.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -787,13 +777,11 @@
"${PODS_ROOT}/Target Support Files/Pods-DemoObjC/Pods-DemoObjC-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/IQDropDownTextField/IQDropDownTextField.framework",
"${BUILT_PRODUCTS_DIR}/IQKeyboardManager/IQKeyboardManager.framework",
"${BUILT_PRODUCTS_DIR}/YYText/YYText.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQDropDownTextField.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManager.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYText.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -870,7 +858,6 @@
4C34D9EF1D1319A60013E61D /* SearchViewController.swift in Sources */,
4CE74F5F1CF185F70093AC0C /* UIColor+HexColors.m in Sources */,
C03C87F51B8DCBF100295DFA /* SettingsViewController.swift in Sources */,
4C0EFE271CF332B300C908D3 /* YYTextViewController.swift in Sources */,
4C0EFE231CF2FA1200C908D3 /* ImageSwitchTableViewCell.swift in Sources */,
4CE74F5B1CF185F70093AC0C /* HFColorButton.m in Sources */,
C0CB61F71B884F2700C33368 /* TextViewSpecialCaseViewController.swift in Sources */,
Expand Down Expand Up @@ -901,7 +888,6 @@
4CE74F581CF185F70093AC0C /* ColorPickerTextField.m in Sources */,
4CE74F681CF1BBCC0093AC0C /* ImageSwitchTableViewCell.m in Sources */,
C0CB62091B884FA100C33368 /* ManualToolbarViewController.m in Sources */,
4CE74F411CF0465C0093AC0C /* YYTextViewController.m in Sources */,
C0CB62071B884FA100C33368 /* CustomViewController.m in Sources */,
4CE49FCF1D9E7FD40094FB36 /* PopoverViewController.m in Sources */,
C0CB62051B884FA100C33368 /* CollectionViewDemoController.m in Sources */,
Expand Down

0 comments on commit ca57a65

Please sign in to comment.