【发布时间】:2013-09-16 17:32:31
【问题描述】:
我在 iOS 上使用原生 MonoTouch.Dialog 来支持 Pull to Refresh 功能,但是由于在 iOS 7 中视图控制器可以以全屏模式显示(在导航栏和状态栏下方),Pull to Refresh 功能停止工作正确。
我尝试在我的MonoTouch.Dialog.DialogViewController 子类中使用TableView.ContentOffset 和TableView.ContentInset 属性,但我找不到任何自定义点。 MonoTouch.Dialog.DialogViewController 使用了很多私有常量/字段/类,很难扩展。
而且https://github.com/migueldeicaza/MonoTouch.Dialog 看起来已经过时了。
有人在 iOS 7 中通过 MonotTouch.Dialog 成功使用 Pull to Refresh 功能吗?
【问题讨论】:
-
我为此问题创建了一个pull request。
标签: ios xamarin.ios xamarin ios7 pull-to-refresh