gitextract_3pgm1uog/ ├── .gitignore ├── DAPagesContainer/ │ ├── DAPageIndicatorView.h │ ├── DAPageIndicatorView.m │ ├── DAPagesContainer.h │ ├── DAPagesContainer.m │ ├── DAPagesContainerTopBar.h │ └── DAPagesContainerTopBar.m ├── DAPagesContainer.podspec ├── DAPagesContainerDemo/ │ ├── DAAppDelegate.h │ ├── DAAppDelegate.m │ ├── DAPagesContainerDemo-Info.plist │ ├── DAPagesContainerDemo-Prefix.pch │ ├── DAViewController.h │ ├── DAViewController.m │ ├── en.lproj/ │ │ ├── InfoPlist.strings │ │ └── MainStoryboard.storyboard │ └── main.m ├── DAPagesContainerDemo.xcodeproj/ │ └── project.pbxproj ├── LICENSE └── README.md