mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Remove all @available(iOS 14... annotations
This commit is contained in:
@@ -21,7 +21,6 @@ import SwiftUI
|
||||
https://stackoverflow.com/q/65375372
|
||||
Replace with Swift 5.5 bindings enumerator later.
|
||||
*/
|
||||
@available(iOS 14.0, *)
|
||||
struct SafeBindingCollectionEnumerator<T: RandomAccessCollection & MutableCollection, C: View>: View {
|
||||
|
||||
typealias BoundElement = Binding<T.Element>
|
||||
|
||||
Reference in New Issue
Block a user