I’m new in iOS dev with swift 3 I would like to create a calculator with UITextField so i have implemented a toolBar with items above number pad but i can’t interact with UITextField without an error . I passed some hours to read and i found some solutions with action parameter but none worked.
Furthermore for = buttonItem i would like to do the result of the operation in my UITextField but i dont know how to do this thing.
Regards
