├── FrameAutoScaleLFL ├── FrameAutoScaleLFL.h ├── FrameAutoScaleLFL.m └── FrameMainLFL.h ├── README.md ├── ScreenAdaptation-Rapid.xcodeproj ├── project.pbxproj └── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ ├── LFL.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── Srain.xcuserdatad │ └── UserInterfaceState.xcuserstate │ └── vintop_xiaowei.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── ScreenAdaptation-Rapid ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard ├── LFLMainViewController.h ├── LFLMainViewController.m ├── info.plist ├── main.m └── testXib.xib └── ScreenCompatible_LFL.podspec /FrameAutoScaleLFL/FrameAutoScaleLFL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/FrameAutoScaleLFL/FrameAutoScaleLFL.h -------------------------------------------------------------------------------- /FrameAutoScaleLFL/FrameAutoScaleLFL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/FrameAutoScaleLFL/FrameAutoScaleLFL.m -------------------------------------------------------------------------------- /FrameAutoScaleLFL/FrameMainLFL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/FrameAutoScaleLFL/FrameMainLFL.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/README.md -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/xcuserdata/LFL.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/xcuserdata/LFL.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/xcuserdata/Srain.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/xcuserdata/Srain.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/xcuserdata/vintop_xiaowei.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid.xcodeproj/project.xcworkspace/xcuserdata/vintop_xiaowei.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/AppDelegate.h -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/AppDelegate.m -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/LFLMainViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/LFLMainViewController.h -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/LFLMainViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/LFLMainViewController.m -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/info.plist -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/main.m -------------------------------------------------------------------------------- /ScreenAdaptation-Rapid/testXib.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenAdaptation-Rapid/testXib.xib -------------------------------------------------------------------------------- /ScreenCompatible_LFL.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DevDragonLi/ScreenAdaptationKit/HEAD/ScreenCompatible_LFL.podspec --------------------------------------------------------------------------------