I've searched everywhere and can't seem to find a clear answer on updating a label in real-time.
How do i go about updating a UILabel
(real-time) without the use of a button. For example, i have a text field and a UIlabel
connected to the view controller
.
As soon as the user starts typing in the textfield
, the same text is being displayed in real time on the UI label. As a result,this eliminates the use of a button to update the label. How do i go about doing this?