Not that I've seen, but: 1. It's now a standard control in iOS6 - UIRefreshControl - https://developer.apple.com/library/prerelease/ios/#documentation/UIKit/Reference/UIRefreshControl_class/Reference/Reference.html#//apple_ref/occ/cl/UIRefreshControl
(obviously, you need a dev account to see that, which means you have agreed to the NDA....) 2. it's a 6-element interface, so it should be easy to write a wrapper 3. There isn't a HUGE amount of code, so it could be ported, I guess? On Wed, Aug 22, 2012 at 9:54 AM, Benedikt Hübschen <[email protected]> wrote: > Hi, > > has any tried to port/use ODRefreshControl to/in MT? > > ( https://github.com/Sephiroth87/ODRefreshControl ) > > Regards, > Benedikt Hübschen > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
