The application is about to launch

Redef this method to set the very first custom code to be executed.

Property definitions

ios :: app $ App :: will_finish_launching_with_options
	# The application is about to launch
	#
	# Redef this method to set the very first custom code to be executed.
	fun will_finish_launching_with_options: Bool do return true
lib/ios/app.nit:134,2--137,60