Skip to content

Commit 956a343

Browse files
committed
Updated Readme file.
1 parent 0ca1814 commit 956a343

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# PasscodeViewController
1+
# ABPasscode
22
A utility control with built in functionality of pass code view that takes inputs in the form secure entry from user. To get the call back methods, you must implement it’s delegate methods to get the code, when user finish entering the passcode.
33

44
## Demo
5-
6-
7-
### Screenshots
8-
5+
![gif1](https://raw.githubusercontent.com/asifbilal786/ABPasscodeViewController/screenshots/ABPasscode.gif)
96

107
## Requirements
118

@@ -16,7 +13,7 @@ A utility control with built in functionality of pass code view that takes input
1613
## Adding ABPasscodeViewController to your project
1714

1815
### METHOD 1:
19-
1. Add a pod entry for `ABPasscodeViewController` to your Podfile
16+
1. Add a pod entry for `ABPasscode` to your Podfile
2017

2118
```ruby
2219
source 'https://github.com/CocoaPods/Specs.git'
@@ -32,7 +29,7 @@ pod 'ABPasscode', '~> 0.1'
3229
Alternatively, you can directly add all files under the folder Core to your project.
3330

3431
1. Download the [latest code version](https://github.com/asifbilal786/SimplePhotoPicker/archive/master.zip) or add the repository as a git submodule to your git-tracked project.
35-
2. Open your Xcode project, then drag and drop `PhotoPicker.swift` directory onto your project. Make sure to select Copy items when asked if you extracted the code archive outside of your project.
32+
2. Open your Xcode project, then drag and drop source directory onto your project. Make sure to select Copy items when asked if you extracted the code archive outside of your project.
3633

3734

3835
## Usage

0 commit comments

Comments
 (0)