How can I add a link in my credits.rtf file in Xcode?
- In Xcode right click on the
Credits.rtf
file. - Select Open As
- Select Source Code
- Add the following to create a link
{\field{\*\fldinst{HYPERLINK "http://google.com"}}{\fldrslt Google}}
Open Credits.rtf in Xcode, select the text you want to be a link, and choose the Editor > Add Link... menu item to turn it into a link.