InterviewSolution
Saved Bookmarks
| 1. |
How will you connect Ui? |
|
Answer» UI in Swift are CONNECTED similar to the WAY we do in Objective-C. Binding PROCESS is the same, only core LEVEL has changed. You can select button/label on xib file and BIND as is it. |
|