Hi

I use pull to refresh on London Bike App

https://github.com/nicwise/londonbikeapp

I hook into RefreshRequested:

RefreshRequested += delegate {
//do some stuff, then call....
                                        ReloadComplete();
                                
                        };

I think thats al you have to do.... The reloadcomplete is the bit that
stops the spinning gear and makes it go back to normal.

I assume you have the arrow.png in your project (or in
MonoTouch.Dialog.dll - depending how you get it in there!)




On Wed, Jul 4, 2012 at 2:15 PM, Andre Dobroskok <[email protected]> wrote:
> Hi All,
>
> I am trying to use "pull down to refresh" feature in my custom
> DialogViewController, however when I pull down I get spinning gear and word
> "Loading" instead of flipping arrow. Am I missing something?
>
> Cheers,
> Andre
>
> _______________________________________________
> 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/

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
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
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

Reply via email to