├── LICENSE ├── README.md ├── YQLightLable ├── YQLightLab.h └── YQLightLab.m └── YQLightLableDemo ├── Screenshot └── 2017-07-20-10_24_41.gif ├── YQLightLable ├── YQLightLab.h └── YQLightLab.m ├── YQLightLableDemo.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── ProblemChild.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── ProblemChild.xcuserdatad │ └── xcschemes │ ├── YQLightLableDemo.xcscheme │ └── xcschememanagement.plist ├── YQLightLableDemo ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── Info.plist ├── ViewController.h ├── ViewController.m └── main.m ├── YQLightLableDemoTests ├── Info.plist └── YQLightLableDemoTests.m └── YQLightLableDemoUITests ├── Info.plist └── YQLightLableDemoUITests.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/README.md -------------------------------------------------------------------------------- /YQLightLable/YQLightLab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLable/YQLightLab.h -------------------------------------------------------------------------------- /YQLightLable/YQLightLab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLable/YQLightLab.m -------------------------------------------------------------------------------- /YQLightLableDemo/Screenshot/2017-07-20-10_24_41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/Screenshot/2017-07-20-10_24_41.gif -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLable/YQLightLab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLable/YQLightLab.h -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLable/YQLightLab.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLable/YQLightLab.m -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo.xcodeproj/project.xcworkspace/xcuserdata/ProblemChild.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo.xcodeproj/project.xcworkspace/xcuserdata/ProblemChild.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo.xcodeproj/xcuserdata/ProblemChild.xcuserdatad/xcschemes/YQLightLableDemo.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo.xcodeproj/xcuserdata/ProblemChild.xcuserdatad/xcschemes/YQLightLableDemo.xcscheme -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo.xcodeproj/xcuserdata/ProblemChild.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo.xcodeproj/xcuserdata/ProblemChild.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/AppDelegate.h -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/AppDelegate.m -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/Info.plist -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/ViewController.h -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/ViewController.m -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemo/main.m -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemoTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemoTests/Info.plist -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemoTests/YQLightLableDemoTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemoTests/YQLightLableDemoTests.m -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemoUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemoUITests/Info.plist -------------------------------------------------------------------------------- /YQLightLableDemo/YQLightLableDemoUITests/YQLightLableDemoUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/976431yang/YQLightLable/HEAD/YQLightLableDemo/YQLightLableDemoUITests/YQLightLableDemoUITests.m --------------------------------------------------------------------------------