Skip to content

Instantly share code, notes, and snippets.

View yassabdulrhman's full-sized avatar

Yaser abdulrahman yassabdulrhman

View GitHub Profile
import Foundation
import UIKit
extension UITextField{
@IBInspectable var doneAccessory: Bool{
get{
return self.doneAccessory
}
set (hasDone) {