Skip to content

Customized Square Camera for Swift - easier to use

Notifications You must be signed in to change notification settings

q0988113683/PLCamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PLCamera

Customized Square Camera with filter and crop for Swift - easy to use

Preview

Requirements

iOS 9.0+ Xcode 9.1+ Swift 4.0+

Example:

let camera =  PLCameraViewController(WidthAndHeight: 600)
        { image  in
            if (image != nil){
                // set image
            }
            self.dismiss(animated: true, completion: nil)
        }
self.present(camera, animated: true, completion: nil)

About

Customized Square Camera for Swift - easier to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages