├── .github └── FUNDING.yml ├── LICENSE.txt ├── LMGaugeView.podspec ├── LMGaugeView ├── LMGaugeView.h └── LMGaugeView.m ├── LMGaugeViewDemo ├── LMGaugeViewDemo.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcuserdata │ │ │ ├── greengar.xcuserdatad │ │ │ ├── UserInterfaceState.xcuserstate │ │ │ └── WorkspaceSettings.xcsettings │ │ │ └── lminh.xcuserdatad │ │ │ ├── UserInterfaceState.xcuserstate │ │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── greengar.xcuserdatad │ │ ├── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ │ ├── LMGaugeView.xcscheme │ │ │ └── xcschememanagement.plist │ │ └── lminh.xcuserdatad │ │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ ├── LMGaugeViewDemo.xcscheme │ │ └── xcschememanagement.plist └── LMGaugeViewDemo │ ├── Base.lproj │ └── Main.storyboard │ ├── Images.xcassets │ ├── AppIcon.appiconset │ │ ├── Contents.json │ │ └── icon-60@2x.png │ ├── LaunchImage.launchimage │ │ └── Contents.json │ └── _DS_Store │ ├── LMAppDelegate.h │ ├── LMAppDelegate.m │ ├── LMGaugeViewDemo-Info.plist │ ├── LMGaugeViewDemo-Prefix.pch │ ├── LMViewController.h │ ├── LMViewController.m │ ├── Launch Screen.storyboard │ ├── en.lproj │ └── InfoPlist.strings │ └── main.m ├── README.md └── Screenshots ├── LMGaugeView for iOS.mov ├── icon.png ├── image1.jpg ├── image2.png ├── screenshot1.png ├── screenshot2.png └── screenshot3.gif /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LMGaugeView.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeView.podspec -------------------------------------------------------------------------------- /LMGaugeView/LMGaugeView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeView/LMGaugeView.h -------------------------------------------------------------------------------- /LMGaugeView/LMGaugeView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeView/LMGaugeView.m -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/greengar.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/greengar.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/greengar.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/greengar.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lminh.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lminh.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lminh.xcuserdatad/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/project.xcworkspace/xcuserdata/lminh.xcuserdatad/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/greengar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/greengar.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/greengar.xcuserdatad/xcschemes/LMGaugeView.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/greengar.xcuserdatad/xcschemes/LMGaugeView.xcscheme -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/greengar.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/greengar.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/lminh.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/lminh.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/lminh.xcuserdatad/xcschemes/LMGaugeViewDemo.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/lminh.xcuserdatad/xcschemes/LMGaugeViewDemo.xcscheme -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/lminh.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo.xcodeproj/xcuserdata/lminh.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/AppIcon.appiconset/icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/AppIcon.appiconset/icon-60@2x.png -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/_DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/Images.xcassets/_DS_Store -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/LMAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/LMAppDelegate.h -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/LMAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/LMAppDelegate.m -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/LMGaugeViewDemo-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/LMGaugeViewDemo-Info.plist -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/LMGaugeViewDemo-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/LMGaugeViewDemo-Prefix.pch -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/LMViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/LMViewController.h -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/LMViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/LMViewController.m -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/Launch Screen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/Launch Screen.storyboard -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /LMGaugeViewDemo/LMGaugeViewDemo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/LMGaugeViewDemo/LMGaugeViewDemo/main.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/LMGaugeView for iOS.mov: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/Screenshots/LMGaugeView for iOS.mov -------------------------------------------------------------------------------- /Screenshots/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/Screenshots/icon.png -------------------------------------------------------------------------------- /Screenshots/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/Screenshots/image1.jpg -------------------------------------------------------------------------------- /Screenshots/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/Screenshots/image2.png -------------------------------------------------------------------------------- /Screenshots/screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/Screenshots/screenshot1.png -------------------------------------------------------------------------------- /Screenshots/screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/Screenshots/screenshot2.png -------------------------------------------------------------------------------- /Screenshots/screenshot3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lminhtm/LMGaugeView/HEAD/Screenshots/screenshot3.gif --------------------------------------------------------------------------------