PINView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/guicocoa/pinview
- 软件文档: https://github.com/guicocoa/pinview
软件介绍
PINView 让你实现加密解锁屏幕的操作,需要输入 4 个数字解锁码。
使用方法:
GCPINViewController *PIN = [[GCPINViewController alloc] initWithNibName:nil bundle:nil mode:GCPINViewControllerModeCreate]; PIN.messageText = @"Create Passcode"; PIN.errorText = @"The passcodes do not match"; PIN.verifyBlock = ^(NSString *code) { NSLog(@"setting code: %@", code); return YES; }; [PIN presentFromViewController:self animated:YES]; [PIN release];
JavaScript
Douglas Crockford / Yahoo Press / 2008-5 / GBP 23.99
Most programming languages contain good and bad parts, but JavaScript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative b......一起来看看 《JavaScript》 这本书的介绍吧!
