Skip to content

Instantly share code, notes, and snippets.

@hhyyy9
hhyyy9 / MyAVController.m
Created December 28, 2011 08:52 — forked from benlodotcom/MyAVController.h
A little demo snippet that you can use to access directly the camera video in IOS4
#import "MyAVController.h"
@implementation MyAVController
@synthesize captureSession = _captureSession;
@synthesize imageView = _imageView;
@synthesize customLayer = _customLayer;
@synthesize prevLayer = _prevLayer;
@interface UILabelStrikethrough : UILabel {
int xOffset;
int yOffset;
int widthOffset;
int stroke;
UIColor* strokeColor;
}
@property (nonatomic) int xOffset;
@property (nonatomic) int yOffset;
@property (nonatomic) int widthOffset;