├── README.md ├── Screenshot ├── TYHeightPicker.gif └── straight.gif ├── TYHeightPicker.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ └── contents.xcworkspacedata └── xcuserdata │ └── pixsterstudio.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist └── TYHeightPicker ├── AppDelegate.swift ├── Assets.xcassets └── AppIcon.appiconset │ └── Contents.json ├── Base.lproj ├── LaunchScreen.storyboard └── Main.storyboard ├── Info.plist ├── TYHeightPicker.swift └── ViewController.swift /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot/TYHeightPicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/Screenshot/TYHeightPicker.gif -------------------------------------------------------------------------------- /Screenshot/straight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/Screenshot/straight.gif -------------------------------------------------------------------------------- /TYHeightPicker.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /TYHeightPicker.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /TYHeightPicker.xcodeproj/xcuserdata/pixsterstudio.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker.xcodeproj/xcuserdata/pixsterstudio.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /TYHeightPicker/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker/AppDelegate.swift -------------------------------------------------------------------------------- /TYHeightPicker/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /TYHeightPicker/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /TYHeightPicker/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /TYHeightPicker/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker/Info.plist -------------------------------------------------------------------------------- /TYHeightPicker/TYHeightPicker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker/TYHeightPicker.swift -------------------------------------------------------------------------------- /TYHeightPicker/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yashthaker7/TYHeightPicker/HEAD/TYHeightPicker/ViewController.swift --------------------------------------------------------------------------------