iOS MessageBox Button Issue

I must be missing something about MessageBoxes in iOS.

When I construct a set of reply buttons-
buttonMoreTime.Append(“OK”)
buttonMoreTime.Append(“5 More Minutes”)
buttonMoreTime.Append(“15 More Minutes”)
MessageBox1.Buttons = buttonMoreTime()

the bottom button is the Bold OK button but the next button up is the "15 More Minutes " button, not the “5 Moe Minutes” button. In other words, the buttons are stacked like-
5 More Minutes
15 More Minutes
OK

Is this in conflict with the iOS reference? The reference said the buttons (if more than two) would be in reverse order.

It looks like the reference is wrong. I’ve updated it.

Thanks for the update.