An image picker that mimics iMessage in iOS8

An image picker that mimics iMessage in iOS8

Supported platforms: iOS

Operating environment: iOS

Development language: Swift

Development tools: Xcode

Source code size: 61.43KB

Source code introduction

This demo is an image picker that imitates iMessage in iOS 8. The images to be selected can be scrolled in the option list view.

Source code running screenshot

Source code snippet

    override func viewDidLoad() {

    super .viewDidLoad()

              

    let tapRecognizer = UITapGestureRecognizer(target: self, action: "presentImagePickerSheet:" )

    self.view.addGestureRecognizer(tapRecognizer)

    }

          

    // MARK: Other Methods  

          

    func presentImagePickerSheet(gestureRecognizer: UITapGestureRecognizer) {

    let authorization = PHPhotopbrary.authorizationStatus()

              

    if authorization == .NotDetermined {

    PHPhotopbrary.requestAuthorization({ (status) -> Void in

    dispatch_async(dispatch_get_main_queue(), { () -> Void in

    self.presentImagePickerSheet(gestureRecognizer)

    })

    })

                  

    return  

    }

              

    if authorization == .Authorized {

    var sheet = BRNImagePickerSheet()

    sheet.numberOfButtons = 3  

    sheet.delegate = self

    sheet.showInView(self.view)

    }

    else {

    let alertView = UIAlertView(title: NSLocapzedString( "An error occurred" , comment: "An error occurred" ), message: NSLocapzedString( "BRNImagePickerSheet needs access to the camera roll" , comment: "BRNImagePickerSheet needs access to the camera roll" ), delegate: nil, cancelButtonTitle: NSLocapzedString( "OK" , comment: "OK" ))

    alertView.show()

    }

    }

Source code download address: http://down..com/data/1968726

<<:  Traffic monitoring of Android application source code

>>:  QR code generation and scanning source code download

Recommend

Returning to the Moon, Astronauts Face More Challenges

Recently, the Japan Aerospace Exploration Agency ...

Analysis of the most effective Taobao promotion methods for Taobao operations

Many sellers currently have a problem, that is, t...

Don’t bear your knee pain! Remember these 8 knee care tips

As we enter summer and temperatures soar across t...

Aston Martin and LeEco end electric car partnership, sources say

As of press time, LeEco Holdings' public rela...

Tencent opens up the scars of China's sports industry

Tencent has brought bad news to the entire Chines...

Mid-Autumn Festival brand marketing planning program!

For ordinary people, Mid-Autumn Festival is a goo...

The whole story of the lawsuit between Tencent and Qihoo 360

The dispute between 360 and Tencent has finally c...

Review of NetEase Cloud Classroom's fission activity

NetEase Cloud Classroom held another fission acti...

.com is 30 years old, is he old?

[[129743]] March 15, 1985, was an ordinary day. I...

Are you satisfied with what you see in the sky today?

Nan Rendong, who devoted his life to the "Ch...