Skip to content

m1ga/ti.popover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ti.popover (Android)

Based on the awesome Balloon library by @skydoves.

<Popover module="ti.popover" id="popover">
    <View id="contentView">
        <Label text="test"/>
    </View>
</Popover>

<View id="attach_to"/>
$.popover.show({
	view: $.attach_to,
	direction: require("ti.popover").POPOVER_ARROW_DIRECTION_DOWN
})

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages