What does the circle mean in front of the line (following image)?
How could I remove or create it?
What does the circle mean in front of the line (following image)?
How could I remove or create it?
Hi, If you're using storyboards, it means you don't have that IBOutlet connected to an object (such as a label, text, etc) in the storyboard.
Hope this helps, Dan Uff
The circle means it is an IBOutlet.
An IBOutlet (may be TextField, Label, Button, constraint, tableView, CollectionView…) has its counterpart in storyboard.
To reference the object in storyboard, you have to connect it to its IBOutlet (drag from the circle in code to the object in storyboard).
All IBOutlets should logically be connected to their object.
How could I remove or create it?
You will have a similar dot to connect an IBAction.