Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
制作并显示根元素后,我有时需要添加一个新部分:
this.Root.Add(MyNewPopulatedsection);
问题是新的部分在动画中从右侧“飞入”。
如何添加一个部分,但没有动画?
很可能这是非常低效的,但是您可以只使用新旧部分创建新的 Root 元素,然后将 DialogViewController.Root 重新分配给它。