Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (master-detail)
Viewing all articles
Browse latest Browse all 4

Alloy SplitView-like window without ios?

0
0

Is it possible to create a non-iOS SplitView window in Alloy? I would like to create a simple master-detail window for tablet sized screens, in which the user may select from a tableview on the left and load the detail view on the right, without opening a new window. Something like this.

<Window platform="!ios" formFactor="tablet">
        <Require src="master" type="view"/>
        <Require src="detail" type="view"/>
</Window>
Nearest I've seen would be a drawer menu widget that stays open, (that which I am about to try dissembling).

Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles



Latest Images