Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support taking pictures with volume button #92

Merged
merged 14 commits into from
Jan 19, 2016

Commits on Jan 15, 2016

  1. Add target to podfile

    This is a requirement in the new CocoaPods release
    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    ff82a45 View commit details
    Browse the repository at this point in the history
  2. Pod update

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    e18afac View commit details
    Browse the repository at this point in the history
  3. Support all orientations in the Info.plist

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    32170f0 View commit details
    Browse the repository at this point in the history
  4. Remove whitespace

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    0bc277f View commit details
    Browse the repository at this point in the history
  5. Add viewWillTransitionToSize to ImagePickerController

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    95ae4b7 View commit details
    Browse the repository at this point in the history
  6. Add viewWillTransitionToSize to CameraView

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    9b705f4 View commit details
    Browse the repository at this point in the history
  7. Move addSubview to viewDidLoad

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    87bdb53 View commit details
    Browse the repository at this point in the history
  8. Remove duplicate constraint

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    786314f View commit details
    Browse the repository at this point in the history
  9. Remove newline

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    c2485bd View commit details
    Browse the repository at this point in the history
  10. Import MediaPlayer

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    7018275 View commit details
    Browse the repository at this point in the history
  11. Add MPVolumeView to hide default iOS Hud

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    f8d1c3a View commit details
    Browse the repository at this point in the history
  12. Store default volume

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    fe08087 View commit details
    Browse the repository at this point in the history
  13. Activate audio session when ImagePicker is invoked

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    0aa9bdc View commit details
    Browse the repository at this point in the history
  14. Add observer for when volume changes

    Christoffer Winterkvist committed Jan 15, 2016
    Configuration menu
    Copy the full SHA
    8ac8a9b View commit details
    Browse the repository at this point in the history