Skip to content

Instantly share code, notes, and snippets.

View AnshumanSingh1605's full-sized avatar
🏠
Working from home

AnshumanSingh1605

🏠
Working from home
View GitHub Profile
import SwiftUI
import UIKit
protocol ASTextFieldDelegate {
func didBeginEditing(textField : UITextField)
func didEndEditing(textField : UITextField)
func didLeftItemtapped(_ button : UIButton)
}