mattsson
mattsson

Reputation: 1349

How do I add an URL field to the iOS Settings app (Like in Nike+)

There are several questions about this on StackOverflow, but they all claim this isn't possible, that you can only do this by showing a custom Settings page in your app. However, the Nike+ app does exactly what I want, as seen here:

So, again, does anyone know how to achieve this?

Upvotes: 0

Views: 423

Answers (1)

latonz
latonz

Reputation: 1750

That's not possible with the current Settings.bundle for 3rd party apps. Checkout Apple docs Settings Application Schema Reference for all available element types.

Upvotes: 3

Related Questions