updating readme
This commit is contained in:
parent
7ff6297c4f
commit
dcc1e176de
|
|
@ -19,10 +19,10 @@ Initialize the ```Validator``` by setting a delegate to a View Controller or oth
|
|||
|
||||
// ViewController.swift
|
||||
|
||||
let validator = Validator()
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
var validator = Validator(delegate: self)
|
||||
}
|
||||
|
||||
```
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue