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.Shared

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

$(MSBuildThisFileDirectory)AppDelegate.swift

class AppDelegate {

	public private(set) var mainWindowController: MainWindowController!

	public func start() {
		//
		//  this is the cross-platform entry point for the app
		//

		mainWindowController = MainWindowController()
		mainWindowController.showWindow(nil)
	}
}