gitextract_fxps1y3q/ ├── .gitignore ├── DraggableFloatingViewController.podspec ├── LICENSE.md ├── README.md ├── YouTubeDraggableVideo/ │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Base.lproj/ │ │ └── LaunchScreen.xib │ ├── Demo/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── AppDelegate.swift │ │ ├── FirstViewController.swift │ │ ├── NSTimerHelper.swift │ │ ├── SecondViewController.swift │ │ ├── VideoDetailViewController.swift │ │ └── YouTubeDraggableVideo-Bridging-Header.h │ ├── Images.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── DownArrow.imageset/ │ │ │ └── Contents.json │ │ └── test.imageset/ │ │ └── Contents.json │ ├── Info.plist │ ├── Source/ │ │ ├── DraggableFloatingViewController.h │ │ └── DraggableFloatingViewController.m │ └── main.m ├── YouTubeDraggableVideo.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata/ │ │ │ └── YouTubeDraggableVideo.xccheckout │ │ └── xcuserdata/ │ │ └── sandeepmukherjee.xcuserdatad/ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata/ │ ├── Takuya.xcuserdatad/ │ │ └── xcschemes/ │ │ └── YouTubeDraggableVideo.xcscheme │ └── sandeepmukherjee.xcuserdatad/ │ └── xcschemes/ │ ├── YouTubeDraggableVideo.xcscheme │ └── xcschememanagement.plist └── YouTubeDraggableVideoTests/ ├── Info.plist └── YouTubeDraggableVideoTests.m