我想在我的 iphone 应用程序中创建一个 android Pattern 锁屏......但我不知道该怎么做......我搜索了很多但没有得到..有人知道如何在 iphone 中做到这一点吗? ?? 请帮我解决我的问题..thanx
- (void)viewDidLoad
{
tapCount=0;
attempt=0;
password=@"";
tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(cancel:)];
[self.view addGestureRecognizer:tap];
[self.navigationController.navigationBar setHidden:YES];
[super viewDidLoad];
self.passwordSet=NO;
// Do any additional setup after loading the view.
}