gpt4 book ai didi

ios - 将 MvvmCross 与 UIPageViewController 一起使用

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:20:09 25 4
gpt4 key购买 nike

是否可以将 UIPageViewController(iOS) 与 MvvmCross 一起使用?

我已经将两者与 Xamarin 一起使用,但我现在正尝试将它与 MvvmCross 一起使用。

我基本上到了需要设置 UIPageViewControllerDataSource 的地步,这需要我重写这些方法:

public override UIViewController GetNextViewController(UIPageViewController pageViewController, UIViewController referenceViewController)
public override UIViewController GetPreviousViewController(UIPageViewController pageViewController, UIViewController referenceViewController)

两者都给我一个 UIViewController 而不是 MvxViewController。

我是 MvvmCross 的新手,可能错过了一些东西,但我可以看到还有其他源类,例如 MvxTableViewController 的 MvxSimpleTableViewSource,我会想象可能有一个 MvxPageViewController 和一个 MvxPageViewControllerDataSource?

我还看到 CheeseBaron 在 android here 中为 PagerAdapter 创建了一个绑定(bind)。 .所以我猜这不可能开箱即用,但如果我像 CheeseBaron 那样创建自己的绑定(bind),我就可以吗?

我说的对吗?还是有别的办法?

最佳答案

我试着解决了这个问题,请参阅 my article here , 和 GitHub repo .

简短的版本,我没有使用 UIPageViewController,而是使用 UIPageControl/UIScrollView 组合为 iOS 定制了一个演示器。

关于ios - 将 MvvmCross 与 UIPageViewController 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26300657/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com