Skip to content

Commit 5083262

Browse files
authored
Update README to include v26 (#459) [skip ci]
1 parent 6ecd8d9 commit 5083262

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ extension iOSViewVersion<TextFieldType, UITextField> {
224224
public static let v16 = Self(for: .v16)
225225
public static let v17 = Self(for: .v17)
226226
public static let v18 = Self(for: .v18)
227+
public static let v26 = Self(for: .v26)
227228
}
228229

229230
extension tvOSViewVersion<TextFieldType, UITextField> {
@@ -233,11 +234,13 @@ extension tvOSViewVersion<TextFieldType, UITextField> {
233234
public static let v16 = Self(for: .v16)
234235
public static let v17 = Self(for: .v17)
235236
public static let v18 = Self(for: .v18)
237+
public static let v26 = Self(for: .v26)
236238
}
237239

238240
extension visionOSViewVersion<TextFieldType, UITextField> {
239241
public static let v1 = Self(for: .v1)
240242
public static let v2 = Self(for: .v2)
243+
public static let v26 = Self(for: .v26)
241244
}
242245
#elseif canImport(AppKit)
243246
extension macOSViewVersion<TextFieldType, NSTextField> {
@@ -247,6 +250,7 @@ extension macOSViewVersion<TextFieldType, NSTextField> {
247250
public static let v13 = Self(for: .v13)
248251
public static let v14 = Self(for: .v14)
249252
public static let v15 = Self(for: .v15)
253+
public static let v26 = Self(for: .v26)
250254
}
251255
#endif
252256
```

0 commit comments

Comments
 (0)