mergPop | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | mergpop |
Description | mergPop is an iOS external that adds functions to present an action sheet (popover on iPad) and contextual menu for user interaction. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | mergPopActivity | Presents a modal view that you can use to offer various services from your application | mergPopActivity [<pText>], [<pImagePaths>], [<pURLs>], [<pRect>] |
function | mergPopMenu | Presents a popup contextual menu like the Cut|Copy|Paste menu in a text view | mergPopMenu(<pButtons>, [<pRect>]) |
- - - | mergPopSheet | Presents an action sheet or popover on iPad | mergPopSheet([<pTitle>], [<pCancel>], [<pDestructive>], [<pOther>], [<pStyle>], [<pPopoverRect>]) |
library | mergPop | mergPopSheet([<pTitle>], [<pCancel>], [<pDestructive>], [<pOther>], [<pStyle>], [<pPopoverRect>]) |