Skip to content

Commit

Permalink
Add comment on README
Browse files Browse the repository at this point in the history
  • Loading branch information
nfhipona committed Sep 4, 2023
1 parent 18ea8e3 commit eab95e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

![ezgif com-resize 1](https://cloud.githubusercontent.com/assets/6511079/16903266/0f2c58e2-4c50-11e6-827c-57b47992c9b2.gif)


## Features
- [x] Provides a subclass of UITextField that has suggestion from input
- [x] Has autocomplete input feature
Expand Down Expand Up @@ -97,6 +98,7 @@ if g1.store() {
print("Store success")
}

// store multiple
let errors = ACTFDomain.store(domains: weightedDomains)
if errors.count > 0 {
print("Store domain errors: ", errors)
Expand Down

0 comments on commit eab95e0

Please sign in to comment.