EurekaのPushRowでセクションヘッダーではなくタイトルを使う
.onPresent { _, toController in
toController.title = NSLocalizedString("Title", comment: "")
_ = toController.view
toController.form.allSections.first?.header = nil
}
でいけました。
.onPresent { _, toController in
toController.title = NSLocalizedString("Title", comment: "")
_ = toController.view
toController.form.allSections.first?.header = nil
}
でいけました。