Wraps: [self insertArrangedSubview:(UIView)view atIndex:(NSUInteger)stackIndex]

Property definitions

ios $ UIStackView :: insert_arranged_subview_at_index
	# Wraps: `[self insertArrangedSubview:(UIView)view atIndex:(NSUInteger)stackIndex]`
	fun insert_arranged_subview_at_index(view: UIView, stack_index: Int) in "ObjC" `{
		[self insertArrangedSubview: view atIndex: stack_index];
	`}
lib/ios/ui/uikit.nit:496,2--499,3