【发布时间】:2017-04-17 18:12:20
【问题描述】:
我在http://zebble.net/docs/carousel-class 上找到了一个主题并在我的设备应用程序上使用它,我提供了下面的代码,但是我在更改轮播动画时遇到了问题,例如 android 设备中的主页。
<Carousel Id="MyCarousel">
<z-place inside="MyCarousel.Slides">
<Stack>
<TextView Text="Slide 1" />
<Button Text="Test1" />
</Stack>
<Stack>
<TextView Text="Slide 2" />
<Button Text="Test2" />
</Stack>
<Stack>
<TextView Text="Slide 3" />
<Button Text="Test3" />
</Stack>
</z-place>
</Carousel>
我想添加 3D 过渡,例如 android 和 IOS 设备上存在的立方体过渡
【问题讨论】:
标签: c# xamarin xamarin.ios xamarin-zebble zebble