FUIPrivacyNoticeDetailSettingViewController

open class FUIPrivacyNoticeDetailSettingViewController : UITableViewController

This UITableViewController is used to display the edit operation of the permission.

Example:

let vc = FUIPrivacyNoticeDetailSettingViewController()
vc.item = item
vc.footerText = "footer Text"
vc.cellProvider = { tb, item, cell -> UITableViewCell in .... }
vc.buttonCell.onChangeHandler = { value in
  ...
}