InAppSettingsKit icon indicating copy to clipboard operation
InAppSettingsKit copied to clipboard

Default Privacy Cell Customization

Open mkchoi212 opened this issue 6 years ago • 1 comments

With the current version, the Privacy - Open in Settings app cell is placed within its own section and is not possible to modify its position in the table.

So instead of inserting the privacy cell in code as done in - (void)_reinterpretBundle:(NSDictionary*)settingsBundle, how do you feel about making it so that the user can specify the location of the privacy settings cell by using a key such as IASKOpenPrivacySettings in Settings.bundle/Root.plist?

mkchoi212 avatar Jun 10 '18 05:06 mkchoi212

Sounds like a useful feature. It should be backwards compatible though. So to use the custom placement, one would need to set the Boolean flag to false and use the custom plist key.

Happy to accept your pull request! 😉

On 9. Jun 2018, at 22:56, Mike JS. Choi [email protected] wrote:

With the current version, the Privacy - Open in Settings app cell is placed within its own section and is not possible to modify its position in the table.

So instead of inserting the privacy cell in code as done in - (void)_reinterpretBundle:(NSDictionary*)settingsBundle, how do you feel about making it so that the user can specify the location of the privacy settings cell by using a key such as IASKOpenPrivacySettings in Settings.bundle/Root.plist?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

futuretap avatar Jun 11 '18 21:06 futuretap