relayShowAlignLeft
Deprecated
Use relayShowAlignStart instead.
Replace with
relayShowAlignStart(balloon, anchor, xOff, yOff)
Content copied to clipboard
Shows the balloon on an anchor view as the left alignment with x-off and y-off and shows the next balloon sequentially. This function returns the next balloon.
Return
A next balloon.
Parameters
balloon
A next Balloon that will be shown sequentially after dismissing this popup.
anchor
A target view which popup will be shown to.
xOff
A horizontal offset from the anchor in pixels.
yOff
A vertical offset from the anchor in pixels.