Reputation: 115
At first time, when i create UILabel
i used address as variable. it worked ok. but when i changed the variable 'address' to 'dropOffAddress'. It become error when i run emulator Iphone. Actually it happen for all UILabel
, it cant change the name of variable. I newbie in IOS. How to change the variable name ? I also cant delete the variable, error will occur. How to solve it ?
Upvotes: 2
Views: 373
Reputation: 544
Hey to solve this do the following:
Upvotes: 0
Reputation: 757
Your label's outlets in storyboard has old names. You have to go to the storyboard, find your label then right click and remove old outlet, and create new one.
Upvotes: 1