├── IMG_1756.PNG ├── LQIMInputView ├── LQIMInputView.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ ├── jwlq.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── lawchat.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── jwlq.xcuserdatad │ │ └── xcschemes │ │ │ └── xcschememanagement.plist │ │ └── lawchat.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── LQIMInputView.xcscheme │ │ └── xcschememanagement.plist └── LQIMInputView │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ ├── dianhau.imageset │ │ ├── Contents.json │ │ ├── dianhau@2x.png │ │ └── dianhau@3x.png │ ├── jiajia.imageset │ │ ├── Contents.json │ │ ├── jiajia@2x.png │ │ └── jiajia@3x.png │ ├── kefu.imageset │ │ ├── Contents.json │ │ ├── kefu@2x.png │ │ └── kefu@3x.png │ ├── queren.imageset │ │ ├── Contents.json │ │ ├── queren@2x.png │ │ └── queren@3x.png │ ├── tupian.imageset │ │ ├── Contents.json │ │ ├── tupian@2x.png │ │ └── tupian@3x.png │ └── zhaoxian.imageset │ │ ├── Contents.json │ │ ├── zhaoxian@2x.png │ │ └── zhaoxian@3x.png │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ ├── LQIMInputView │ ├── InputItem.h │ ├── InputItem.m │ ├── InputItemModel.h │ ├── InputItemModel.m │ ├── LQCollectionViewHorizontalLayout.h │ ├── LQCollectionViewHorizontalLayout.m │ ├── LQIMInputView.h │ └── LQIMInputView.m │ ├── ViewController.h │ ├── ViewController.m │ └── main.m └── README.md /IMG_1756.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/IMG_1756.PNG -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/project.xcworkspace/xcuserdata/jwlq.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/project.xcworkspace/xcuserdata/jwlq.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/project.xcworkspace/xcuserdata/lawchat.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/project.xcworkspace/xcuserdata/lawchat.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/jwlq.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/jwlq.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/lawchat.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/lawchat.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/lawchat.xcuserdatad/xcschemes/LQIMInputView.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/lawchat.xcuserdatad/xcschemes/LQIMInputView.xcscheme -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/lawchat.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView.xcodeproj/xcuserdata/lawchat.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/AppDelegate.h -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/AppDelegate.m -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/dianhau.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/dianhau.imageset/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/dianhau.imageset/dianhau@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/dianhau.imageset/dianhau@2x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/dianhau.imageset/dianhau@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/dianhau.imageset/dianhau@3x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/jiajia.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/jiajia.imageset/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/jiajia.imageset/jiajia@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/jiajia.imageset/jiajia@2x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/jiajia.imageset/jiajia@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/jiajia.imageset/jiajia@3x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/kefu.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/kefu.imageset/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/kefu.imageset/kefu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/kefu.imageset/kefu@2x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/kefu.imageset/kefu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/kefu.imageset/kefu@3x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/queren.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/queren.imageset/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/queren.imageset/queren@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/queren.imageset/queren@2x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/queren.imageset/queren@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/queren.imageset/queren@3x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/tupian.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/tupian.imageset/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/tupian.imageset/tupian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/tupian.imageset/tupian@2x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/tupian.imageset/tupian@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/tupian.imageset/tupian@3x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/zhaoxian.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/zhaoxian.imageset/Contents.json -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/zhaoxian.imageset/zhaoxian@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/zhaoxian.imageset/zhaoxian@2x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Assets.xcassets/zhaoxian.imageset/zhaoxian@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Assets.xcassets/zhaoxian.imageset/zhaoxian@3x.png -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/Info.plist -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/InputItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/InputItem.h -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/InputItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/InputItem.m -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/InputItemModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/InputItemModel.h -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/InputItemModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/InputItemModel.m -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/LQCollectionViewHorizontalLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/LQCollectionViewHorizontalLayout.h -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/LQCollectionViewHorizontalLayout.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/LQCollectionViewHorizontalLayout.m -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/LQIMInputView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/LQIMInputView.h -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/LQIMInputView/LQIMInputView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/LQIMInputView/LQIMInputView.m -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/ViewController.h -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/ViewController.m -------------------------------------------------------------------------------- /LQIMInputView/LQIMInputView/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/LQIMInputView/LQIMInputView/main.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XZTLLQ/LQIMInputView/HEAD/README.md --------------------------------------------------------------------------------