Tianfei Zhu
Tianfei Zhu

Reputation: 73

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?

Upvotes: 6

Views: 2504

Answers (2)

bbjay
bbjay

Reputation: 1820

iOS 18 now renders text beginning with "https://..." in a FooterText as clickable links.

See this Q/A for how to add a footer text.

Upvotes: 0

nikkumang
nikkumang

Reputation: 1635

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?

Upvotes: 1

Related Questions