You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( self ) {
_processingPhoto = NO;
_deviceOrientation = UIDeviceOrientationPortrait;
if ( delegate )
_delegate = delegate;
if ( camera )
[self setCustomCamera:camera];
[self setUseCameraSegue:NO]; <--- Set to NO
[self setTintColor:[UIColor whiteColor]];
[self setSelectedTintColor:[UIColor cyanColor]];
When I use CustomCamera then how can I to disable Segue ?
The text was updated successfully, but these errors were encountered: