.onPresent { _, toController in
    toController.title = NSLocalizedString("Title", comment: "")
    _ = toController.view
    toController.form.allSections.first?.header = nil
}

でいけました。

参考

https://github.com/xmartlabs/Eureka/issues/715