Skip to content

Commit a3c29bd

Browse files
committed
- Added support for placeholders
- Added support for landscape orientation - Performance improvements - This closes #4 and fixes #7
1 parent 1a730af commit a3c29bd

File tree

18 files changed

+217
-120
lines changed

18 files changed

+217
-120
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pinView.style = .box
5353
pinView.font = UIFont.systemFont(ofSize: 15)
5454
pinView.keyboardType = .phonePad
5555
pinView.pinIinputAccessoryView = UIView()
56+
pinView.placeholder = "******"
5657
```
5758
#### Styles
5859
```swift

SVPinView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "SVPinView"
5-
s.version = "1.0.2"
5+
s.version = "1.0.3"
66
s.summary = "SVPinView is a customisable library used for accepting alphanumeric pins or one-time passwords."
77

88
s.homepage = "https://github.com/xornorik/SVPinView"

SVPinView/Example/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
PODS:
2-
- SVPinView (1.0.1)
2+
- SVPinView (1.0.2)
33

44
DEPENDENCIES:
55
- SVPinView (from `../../`)
66

77
EXTERNAL SOURCES:
88
SVPinView:
9-
:path: ../../
9+
:path: "../../"
1010

1111
SPEC CHECKSUMS:
12-
SVPinView: 7c4352a447bac5f79f7c16b9022b66b8cb38ee65
12+
SVPinView: 474daf1fb1bd31beb218e2c1f38a0e45c99a2542
1313

1414
PODFILE CHECKSUM: b9b57fc0cf7226021a70e6e19e5c127fb3eb5d37
1515

16-
COCOAPODS: 1.4.0
16+
COCOAPODS: 1.5.0

SVPinView/Example/Pods/Local Podspecs/SVPinView.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SVPinView/Example/Pods/Manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SVPinView/Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 71 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SVPinView/Example/Pods/Target Support Files/Pods-SVPinViewExample/Pods-SVPinViewExample-frameworks.sh

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)