Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

A Custom Camera with AVCaptureSession to take a square picture. And the UI is patterned on Instagram.

License

Notifications You must be signed in to change notification settings

Aevit/SCCaptureCamera

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCCaptureCamera

A Custom Camera with AVCaptureSession to take a square picture. And the UI is patterned on Instagram.

It can work in iPad, too.

ScreenShots:

iPhone4:image

iPhone5:image

Usage:

0、Import four frameworks:

CoreMedia.framework、QuartzCore.framework、AVFoundation.framework、ImmageIO.framework

1、Drag "SCCaptureCamera" and "SCCommon" to your project.

2、Import "SCNavigationController.h" and code like this:

    SCNavigationController *nav = [[SCNavigationController alloc] init];
    nav.scNaigationDelegate = self;
    [nav showCameraWithParentController:self];

3、After take a picture, you can call back with delegate or a notification.

a. delegate:

- (void)didTakePicture:(SCNavigationController *)navigationController image:(UIImage *)image

b. notification:

add a notification whose name is kNotificationTakePicture (just search "kNotificationTakePicture" in my demo project)

Finally, set SWITCH_SHOW_DEFAULT_IMAGE_FOR_NONE_CAMERA which is in the file SCCaptureCameraController.m to 0, it is just a joke for the devices which cannot take a picture.

About

A Custom Camera with AVCaptureSession to take a square picture. And the UI is patterned on Instagram.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.