Search code examples
iphonesettings.bundle

How to show a clickable link in iOS app setting?


I was able to add a new section "Legal" in my app settings using Settings.bundle, and the content was displayed as group titles. There are links in the legal statement but cannot be clicked. How to make these links clickable?


Solution

  • I don't think there's any way to use hyperlinks in Settings.bundle.

    Earlier stackoverflow question.

    A legal statement isn't a setting - why not just have a separate view in your app with the statement?