how I should send data from xib to viewcontroller?
问题 i have a view that is a xib, this view contains a buttons for a calculator, I did this because I need a custom keyboard for my app, my app has some views that needs this keyboard the problem is, how I send the data from view to my view controller? in my view controller I only has a textfield and a view with xib custom class I use swift 4.2 custom view and textflied this is my code from my xib import UIKit class keyboardView: UIView { @IBOutlet var viewKeyboard: UIView! var textIntroduced = ""