Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abury/ABPadLockScreen
A simple keypad lock screen for the iPad
https://github.com/abury/ABPadLockScreen
Last synced: about 2 hours ago
JSON representation
A simple keypad lock screen for the iPad
- Host: GitHub
- URL: https://github.com/abury/ABPadLockScreen
- Owner: abury
- License: mit
- Archived: true
- Created: 2011-09-09T11:41:44.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T13:50:39.000Z (about 6 years ago)
- Last Synced: 2024-10-31T15:44:14.653Z (12 days ago)
- Language: Objective-C
- Homepage:
- Size: 2.21 MB
- Stars: 491
- Watchers: 27
- Forks: 134
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ABPadLockScreen - A simple keypad lock screen for the iPad (etc)
- awesome - ABPadLockScreen - A simple keypad lock screen for the iPad (etc)
README
[![Twitter: @AronBury](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/AronBury)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/abury/ABPadLockScreen/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/abury/ABPadLockScreen.png)](https://travis-ci.org/abury/ABPadLockScreen)
![Version](https://img.shields.io/cocoapods/v/ABPadLockScreen.svg)ABPadLockScreen aims to provide a universal solution to providing a secure keypad/pin lock screen to your iPhone or iPad app. With just a few lines you can have a full lock screen module ready to go.
## Features
- Supports iPhone and iPad
- Allows the user to set their PIN
- Optional PIN entry limit
- Optional cancel button
- Optional text modification
- Optional pin length (default is 4)
- Full appearance customisation## Installation with CocoaPods
[CocoaPods](http://cocoapods.org) is the easiest way to manage your iOS/OSX dependencies. Check out their getting started guide to see how to set it up.
If you have cocoapods setup on your machine, simply set the spec like this:#### Podfile
```ruby
platform :ios, '6.0'
pod "ABPadLockScreen", "~> 3.4.2"
```
The earliest version of this framework that supports cocoapods is 3.0.0## Customising the Appearance
The module is entirely customisable through UIAppearance. All colours and fonts used within the module can be set using the UIAppearance proxy. The example project shows how to do this, but for a more in depth look at UIAppearance check out the docs [check out the docs](https://developer.apple.com/library/ios/documentation/uikit/reference/UIAppearance_Protocol/Reference/Reference.html) or check out [Matt Thompson’s article on NSHipster](http://nshipster.com/uiappearance/)
## Contributing
I love seeing people contribute to the ABPadLockscreen. It's had some great new features already contributed by some talented folks. If you want to contribute please issue a pull request to the develop branch of this repository. I'll review them and if it looks good we'll merge and push it in the next release!## License
ABPadLockScreen is available under the MIT license. See the LICENSE file for more info.