BZPasscodeViewController icon indicating copy to clipboard operation
BZPasscodeViewController copied to clipboard

Passcode view controller for iOS.

Results 1 BZPasscodeViewController issues
Sort by recently updated
recently updated
newest added

1) Change UIWindow to UIView in code: https://github.com/baztokyo/BZPasscodeViewController/blob/master/BZ/UIPopoverController%2BBZExtensions.m 2) Change the inView parameter in [testPopoverController presentPopoverFromRect:rect inView:[UIApplication sharedApplication].keyWindow permittedArrowDirections:UIPopoverArrowDirectionDown animated:YES]; to [testPopoverController presentPopoverFromRect:rect inView:"your current View Controller's view" permittedArrowDirections:UIPopoverArrowDirectionDown animated:YES];...