gitextract_3r6ogl9_/ ├── .gitignore ├── LICENSE ├── README.md ├── Vertigo/ │ ├── TGRImageViewController.h │ ├── TGRImageViewController.m │ ├── TGRImageViewController.xib │ ├── TGRImageZoomAnimationController.h │ ├── TGRImageZoomAnimationController.m │ ├── UIImage+AspectFit.h │ └── UIImage+AspectFit.m ├── Vertigo.podspec └── VertigoSample/ ├── VertigoSample/ │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Images.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── LaunchImage.launchimage/ │ │ │ └── Contents.json │ │ └── photo.imageset/ │ │ └── Contents.json │ ├── TGRAppDelegate.h │ ├── TGRAppDelegate.m │ ├── TGRViewController.h │ ├── TGRViewController.m │ ├── VertigoSample-Info.plist │ ├── VertigoSample-Prefix.pch │ ├── en.lproj/ │ │ └── InfoPlist.strings │ └── main.m ├── VertigoSample.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata └── VertigoSampleTests/ ├── VertigoSampleTests-Info.plist ├── VertigoSampleTests.m └── en.lproj/ └── InfoPlist.strings