gitextract_dmy5_76p/ ├── .gitignore ├── .swift-version ├── LICENSE ├── MTSlideToOpen/ │ ├── AppDelegate.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── ic_arrow.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ ├── LaunchScreen.storyboard │ │ └── Main.storyboard │ ├── Info.plist │ └── ViewController.swift ├── MTSlideToOpen.podspec ├── MTSlideToOpen.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata ├── README.md └── Source/ └── MTSlideToOpenView.swift