Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Aug 5, 2024
1 parent cd96162 commit 101b51c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct ContentView: View {
<br/>

<h3 align="left">Focus and unfocus 🔍</h3>
<p align="left">Use iPhoneNumberField's optional binding and <a href="https://github.com/benjaminsage/iTextField"> iTextField</a> to programmatically change text field.</p>
<p align="left">Use iPhoneNumberField's optional binding and programmatically change the text field.</p>

<img align="left" src="/Resources/example-2.gif" width="250">

Expand All @@ -94,10 +94,8 @@ struct ContentView: View {

var body: some View {
VStack {
iTextField("Name", text: $nameText)
.font(UIFont(size: 24, weight: .light, design: .monospaced))
TextField("Name", text: $nameText)
.padding()
.onReturn { phoneEditing = true }
iPhoneNumberField("Phone", text: $phoneText, isEditing: $phoneEditing)
.font(UIFont(size: 24, weight: .light, design: .monospaced))
.padding()
Expand Down Expand Up @@ -222,11 +220,11 @@ dependencies: [
```

# 🌟 Become a Paid Subscriber
This library is under the **MIT** license and completely **FREE**. Anyone can use it anywhere and any contribution is wellcomed.
This library is under the **MIT** license and completely **FREE**. Anyone can use it anywhere, and any contribution is welcome.

In addition, you can show your support and [become My sponsor](https://www.buymeacoffee.com/mojtabahs/membership).
By supporting me, you will gain¹:
- Tickets for code level support in any project you want (not just this one)
- Tickets for code-level support in any project you want (not just this one)
- Access me through my socials and we can discuss technologies together.
- Discounts and early access to my premium products.
- Early access to updates and bug fixes.
Expand Down

0 comments on commit 101b51c

Please sign in to comment.