0

我想在我的 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.
}
4

2 回答 2

2

这就是你要找的东西:http: //www.cocoacontrols.com/platforms/ios/controls/alunlockpatternview

于 2012-07-25T10:36:06.007 回答
1

好的,可以使用此处提供的示例代码来完成 IOS 的 android 模式锁定

于 2012-07-25T10:49:51.043 回答