-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
29 lines (21 loc) · 1.18 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*****************************************************
* PINCODE VIEW *
* Bazinga Systems (@bazingasystems) *
* http://www.bazingasystems.com *
*****************************************************
////////// WHAT ARE YOU GOING TO FIND HERE//////////
PinCode shows a view like the iOS generic autentication pinpad.
This project is able to work on both platforms, Iphone and Ipad, but in this demo, we show Ipad version only.
PinCode view supports landscape and portrait mode.
As a demo, you can choose the correct password at the beginning.
PinCode is a simple view to use as a Code Entry.
////////// HOW TO USE IT //////////
This project contains a simple ViewController and a Delegate Method.
Add the files to your project and call the method PinCode to make it work:
PinCode pinCodeVC=[[PinCode alloc] initWithNibName:@"PinCode" bundle:nil];
[pinCodeVC setDelegate:self];
[pinCodeVC.view setFrame:frame];
[self.view addSubview:pinCodeViewController.view];
////////// DOWNLOAD PROJECT //////////
To download all files in this repository, click on "Downloads" near the top
of this page and select tar or zip format.