cost 128 ms
UIRefreshControl不显示iOS 10以下具有DialogViewController的Xamarin - UIRefreshControl not showing Xamarin with DialogViewController below iOS 10

我是Xamarin iOS开发的新手,我们有一个旧代码,他们在其中使用DialogViewController创建了所有tableview。 ViewController的层次结构如下:PQR源自ABC,而ABC源自DialogViewController。 现在,我想显示用于保存ABC对象 ...

Monotouch对话框-多行RootElement - Monotouch Dialog - Multi line RootElement

我正在使用MonoTouch.Dialog在Xamarin iOS应用中创建页面。 我正在尝试通过利用GetCell方法创建多行RootElement。 这在加载时效果很好,但是如果您单击到其他选项卡,然后将元素向后收缩到默认大小(同样,当您单击该元素时,您会看到它在过渡之前收缩)。 ...

如何在Xamarin.iOS中捕获DialogViewController刷新? - How to capture DialogViewController refresh in Xamarin.iOS?

我正在使用Xamarin构建一个简单的应用程序。 在我的应用程序中,我使用了一系列从DialogViewController继承的类。 在某些情况下,当用户点击某个项目时,我会使用: 这在DialogViewClass()启动并设置新视图时,可能会更改需要刷新当前Dialog的数据状 ...

MonoTouch DialogViewController-为什么必须将它放在UINavigationController的首位? - MonoTouch DialogViewController - why must it be in the first place of a UINavigationController?

我想在UITabViewController内部使用DialogViewController。 问题:嵌套元素不显示导航栏,因此无法返回。 当我将类(从DialogViewController继承)推到UINavigationController时,则行为是正确的。 如果我在UIT ...

Monotouch.Dialog StyledStringElement委托总是为最后添加的元素触发 - Monotouch.Dialog StyledStringElement delegate always fires for the last element added

给出以下代码,单击每个元素时遇到问题。 如果我们假设我有5个练习,因此在foreach()循环中创建了5个元素,当表格被渲染并且我点击任何元素时,委托总是得到第5个(最后一个)元素的练习。 元素显示正确,每个元素显示相关练习的名称。 只是委托不能按预期工作。 如果我不使用fore ...

Monotouch:如何将UIView添加到DialogViewController - Monotouch: how to add UIView to DialogViewController

在我的屏幕之一中,我需要将UIView(带有一些标签和按钮)添加到DialogViewController。 原因是我不使用TableView标头是因为我不希望此视图在滚动表时滚动。 如果将自定义视图添加到导航栏中,则可以实现此目的,但是视图将不会收到任何触摸(导航控制器会吃掉它们)。 ...

MonoTouch.Dialog更改DialogViewController样式 - MonoTouch.Dialog change DialogViewController style

是否可以将新样式应用于已创建的DialogViewController ? 在我的一种观点中,我需要清除根并将其从分组视图更改为普通视图。 只是将样式设置为新样式并不能执行任何操作,因此我不确定是否需要调用某些刷新方法,或者根本无法做到这一点。 ...

Monotouch-DialogViewController的TableView背景也会更改元素的背景 - Monotouch - DialogViewController's TableView Background Changes Background of Elements As Well

我有一个带有2个主要子视图的UIViewController。 一个子视图是UIViewController,另一个是DialogViewController。 DialogViewController包含一些元素。 我有一个自定义背景,我想在DVC后面分配一个背景,因此当用户向上或向下滚 ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM