Skip to content

Commit

Permalink
Cleanup: README.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed May 20, 2022
1 parent ab5977a commit c01616f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file removed Assets/ViewXCard.gif
Binary file not shown.
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

An open source package for as-you-type formatting in SwiftUI.

![Currency](Assets/ViewXCurrency.gif)
![Phone](Assets/ViewXPhone.gif)
![Number](Assets/ViewXNumber.gif)
![Pattern](Assets/ViewXPattern.gif)

### Features

Expand Down Expand Up @@ -101,7 +101,7 @@ A style that binds localized numbers using various formats.

### Examples

![Currency](Assets/ViewXCurrency.gif)
![Number](Assets/ViewXNumber.gif)

```swift
import DiffableTextViews
Expand All @@ -111,7 +111,7 @@ import SwiftUI
// MARK: View
//*============================================================================*

struct DiffableTextFieldXCurrency: View {
struct DiffableTextFieldXNumber: View {

//=------------------------------------------------------------------------=
// MARK: State
Expand Down Expand Up @@ -152,7 +152,7 @@ A style that processes characters laid out in custom patterns.

### Examples

![Phone](Assets/ViewXPhone.gif)
![Pattern](Assets/ViewXPattern.gif)

```swift
import DiffableTextViews
Expand All @@ -162,7 +162,7 @@ import SwiftUI
// MARK: View
//*============================================================================*

struct DiffableTextFieldXPhone: View {
struct DiffableTextFieldXPattern: View {

//=------------------------------------------------------------------------=
// MARK: State
Expand Down

0 comments on commit c01616f

Please sign in to comment.