├── AudioRecorderViewController ├── AudioRecorderViewController.swift ├── AudioRecorderViewController.xib ├── PlayButton@2x.png └── StopButton@2x.png ├── AudioRecorderViewControllerExample ├── .DS_Store ├── AudioRecorderViewControllerExample.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata │ │ │ ├── bendodson.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ │ │ └── iosdeveloper.xcuserdatad │ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata │ │ ├── bendodson.xcuserdatad │ │ ├── xcdebugger │ │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes │ │ │ ├── AudioRecorderViewControllerExample.xcscheme │ │ │ └── xcschememanagement.plist │ │ └── iosdeveloper.xcuserdatad │ │ └── xcschemes │ │ └── xcschememanagement.plist └── AudioRecorderViewControllerExample │ ├── AppDelegate.swift │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ └── Contents.json │ ├── AudioRecorderViewController.swift │ ├── AudioRecorderViewController.xib │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ ├── PlayButton@2x.png │ ├── StopButton@2x.png │ └── ViewController.swift ├── LICENSE ├── README.md └── example.png /AudioRecorderViewController/AudioRecorderViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewController/AudioRecorderViewController.swift -------------------------------------------------------------------------------- /AudioRecorderViewController/AudioRecorderViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewController/AudioRecorderViewController.xib -------------------------------------------------------------------------------- /AudioRecorderViewController/PlayButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewController/PlayButton@2x.png -------------------------------------------------------------------------------- /AudioRecorderViewController/StopButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewController/StopButton@2x.png -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/.DS_Store -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/xcuserdata/bendodson.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/xcuserdata/bendodson.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/xcuserdata/iosdeveloper.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/project.xcworkspace/xcuserdata/iosdeveloper.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/bendodson.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/bendodson.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/bendodson.xcuserdatad/xcschemes/AudioRecorderViewControllerExample.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/bendodson.xcuserdatad/xcschemes/AudioRecorderViewControllerExample.xcscheme -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/bendodson.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/bendodson.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/iosdeveloper.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample.xcodeproj/xcuserdata/iosdeveloper.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/AppDelegate.swift -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/AudioRecorderViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/AudioRecorderViewController.swift -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/AudioRecorderViewController.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/AudioRecorderViewController.xib -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/Info.plist -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/PlayButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/PlayButton@2x.png -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/StopButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/StopButton@2x.png -------------------------------------------------------------------------------- /AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/AudioRecorderViewControllerExample/AudioRecorderViewControllerExample/ViewController.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/README.md -------------------------------------------------------------------------------- /example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendodson/AudioRecorderViewController-Swift/HEAD/example.png --------------------------------------------------------------------------------