Skip to content

Commit 3a64aee

Browse files
committed
Cleanup, removed a misplaced accessor.
1 parent 47171d5 commit 3a64aee

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Sources/DiffableTextViewsXiOS/Helpers/&UITextField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import SwiftUI
1313
import UIKit
1414

1515
//*============================================================================*
16-
// MARK: * UITextField x Alignment
16+
// MARK: * UITextField
1717
//*============================================================================*
1818

1919
extension UITextField {

Sources/DiffableTextViewsXiOS/Views/ProxyTextField+View.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@ import UIKit
1717

1818
public extension ProxyTextField.View {
1919

20-
//=------------------------------------------------------------------------=
21-
// MARK: Accessors
22-
//=------------------------------------------------------------------------=
23-
24-
@inlinable var value: String {
25-
wrapped.text!
26-
}
27-
2820
//=------------------------------------------------------------------------=
2921
// MARK: Transformations
3022
//=------------------------------------------------------------------------=

0 commit comments

Comments
 (0)