How to add placeholders manually to your swift code
You may recognize the gray rounded pill shaped items with text in Xcode when using autocomplete, or a template from an api. Today you will learn how to add these to your code. Below is an example of a placeholder.
You might ask yourself how do we do this, well it is very simple we use the following format.
<#Placeholder Text#>
If you just enter this in your swift file it will just create a empty placeholder, first you have to right your text, and then wrap it with the greater than or less than sign, and the hashtag/pound sign. Video below indicates how too do this.