Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

SharedUI.WPF

Language: Silver, Platform: All, Category: SharedUI
https://github.com/remobjects/ElementsSamples/tree/master/Silver/All/SharedUI/SharedUI.WPF

App.xaml.swift

import System.Windows

open __partial class App : Application {

	private var appDelegate: AppDelegate!

	open override func OnStartup(_ e: StartupEventArgs!) {
		appDelegate = AppDelegate()
		appDelegate.start()
	}
}