Skip to content

Instantly share code, notes, and snippets.

@RubeDEV
RubeDEV / ContentView.swift
Last active May 13, 2020 14:33
Tarjeta Deslizable (Slide-Over Card)
import SwiftUI
struct SearchTextFieldStyle: TextFieldStyle {
@Binding var a: String
public func _body(configuration: TextField<Self._Label>) -> some View {
HStack(spacing:0){
Image(systemName: "magnifyingglass")
.foregroundColor(.secondary)