Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kishikawakatsumi committed Jan 25, 2015
1 parent 6670aeb commit c36e785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,11 @@ if (password) {
#### Generate strong random password
Generate strong random password that is in the same format used by Safari autofill.
Generate strong random password that is in the same format used by Safari autofill (xxx-xxx-xxx-xxx).
```objective-c
NSString *password = [UICKeyChainStore generatePassword];
NSLog(@"%@", password); // => Nhu-GKm-s3n-pMx
```

#### How to set up Shared Web Credentials
Expand Down

0 comments on commit c36e785

Please sign in to comment.