Skip to content

Commit

Permalink
UI readme
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed May 20, 2024
1 parent 122c290 commit 3023dbb
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 92 deletions.
2 changes: 1 addition & 1 deletion Resources/UI/SwiftUI/ActionButton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ actionButton.titleRightImage = .init(image: Image(systemName: "arrow.right"), si
```

## Source code
You can find source code [here](/Sources/UI/ActionButton/ActionButton.swift).
You can find source code [here](/Sources/UI/SwiftUI/ActionButton/ActionButton.swift).
2 changes: 1 addition & 1 deletion Resources/UI/SwiftUI/ProfileImageView/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ profileImageView.set(<Picture URL>, placeholder: <Optional Placeholder>)
```

## Source code
You can find source code [here](/Sources/UI/ProfileImageView).
You can find source code [here](/Sources/UI/SwiftUI/ProfileImageView).
86 changes: 0 additions & 86 deletions Resources/UI/UIKit/Camera/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion Resources/UI/UIKit/DynamicCollectionCell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class ViewController: UIViewController {
```

## Source code
You can find source code [here](/Sources/UI/DynamicCollectionCell/DynamicCollectionCell.swift).
You can find source code [here](/Sources/UI/UIKit/DynamicCollectionCell/DynamicCollectionCell.swift).
2 changes: 1 addition & 1 deletion Resources/UI/UIKit/GradientView/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ A `UIView` subclass providing interface for managing gradient. Adding gradient b
TODO: usage through examples

## Source code
You can find source code [here](/Sources/UI/GradientView/GradientView.swift).
You can find source code [here](/Sources/UI/UIKit/GradientView/GradientView.swift).
2 changes: 1 addition & 1 deletion Resources/UI/UIKit/PaddingLabel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ label.contentInset = .init(all: 10) // added 10pt padding on all edges
```

## Source code
You can find source code [here](/Sources/UI/PaddingLabel/PaddingLabel.swift).
You can find source code [here](/Sources/UI/UIKit/PaddingLabel/PaddingLabel.swift).
2 changes: 1 addition & 1 deletion Resources/UI/UIKit/TextField/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ guard validatableTextField.isValid else { return }
Validation will be triggered when `validatableTextField.isValid` is called. If validation doesn't pass, the error message will automatically display under the textfield.

## Source code
You can find source code [here](/Sources/UI/TextField/TextField.swift).
You can find source code [here](/Sources/UI/UIKit/TextField/TextField.swift).

0 comments on commit 3023dbb

Please sign in to comment.