How to go about adding a link/reference to another method in documentation Xcode?
documentation, ios, swift, xcode
Solution
This link solved my problem
Particularly, this is how I went about it
Thanks to Oleg for the link
Problem
I am adding some description to my method in class. This is how I achieved this: And it looks like this upon clicking... How can I make the underlined method clickable? I want it to be referenced so that when a user clicks on it, they are directed to a particular web page for documentation. Is it even possible? Thanks in advance, any help will be appreciated