我在 iOS 上使用原生 MonoTouch.Dialog 来支持 Pull to Refresh 功能,但是由于在 iOS 7 中,视图控制器可以以全屏模式显示(在导航栏和状态栏下方),Pull to Refresh 功能停止正常工作。
我试图在我的子类中使用TableView.ContentOffset
和TableView.ContentInset
属性,MonoTouch.Dialog.DialogViewController
但我找不到任何定制点。 MonoTouch.Dialog.DialogViewController
使用了很多私有常量/字段/类,这使得它难以扩展。
而且https://github.com/migueldeicaza/MonoTouch.Dialog看起来已经过时了。
有人在 iOS 7 中通过 MonotTouch.Dialog 成功使用 Pull to Refresh 功能吗?