Hook when size of the view is about to change to width by height

Property definitions

ios $ NitGLKView :: view_will_transition_to_size
	# Hook when size of the view is about to change to `width` by `height`
	fun view_will_transition_to_size(width, height: Float) do end
lib/ios/glkit.nit:176,2--177,62