07-18-2010, 01:50 PM
|
#53 (permalink)
|
|
Registered Member
Join Date: Jun 2010
Posts: 58
|
Quote:
Originally Posted by blackyE
Code:
AVCaptureSession * torchSession;
}
- (IBAction)OFF:(id)sender;
@property (nonatomic, retain) AVCaptureSession * torchSession;
@end
In the IB create a button an connect it with "touch up inside" with the files owner.
Dont forget so safe the XIB!
|
thank you very much!!
|
|
|