Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull to Refresh in iOS 7 #190

Closed
eduardocoelho opened this issue Sep 16, 2013 · 2 comments
Closed

Pull to Refresh in iOS 7 #190

eduardocoelho opened this issue Sep 16, 2013 · 2 comments

Comments

@eduardocoelho
Copy link

I'm using the native MonoTouch.Dialog support for Pull to Refresh feature on iOS, however since in iOS 7 view controllers can be shown in fullscreen mode (below the navigation bar and status bar) the Pull to Refresh feature stopped working properly.

I tried to play with TableView.ContentOffset and TableView.ContentInset properties in my MonoTouch.Dialog.DialogViewController subclass but I could not find any point of customization. MonoTouch.Dialog.DialogViewController uses a lot of private constants / fields / classes, which makes difficult to extend it.

Full question S.O. link: http://stackoverflow.com/questions/18833945/monotouch-dialog-support-for-pull-to-refresh-in-ios-7

@bholmes
Copy link

bholmes commented Sep 17, 2013

I have created a pull request for the issue.

#191

@migueldeicaza
Copy link
Owner

Tim confirms it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants