InAppSettingsKit
InAppSettingsKit copied to clipboard
Default Privacy Cell Customization
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
?
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.