Core Animation should make this quite easy. If you make a UIView, put the fields you want on it, and add it into your main view at a given location.
Then you can use CoreAnimation to start an animation, set it's new location, and how the animation will work (EaseIn etc) and then make it go. And it just works (mostly) Frank Kreuger did an excellent Xamarin Seminar on Core Animation, which is REALLY worth watching. http://xamarin.com/seminars On Fri, Nov 23, 2012 at 1:40 PM, Alejandro Vazquez <[email protected]>wrote: > Hi, > > Does anyone know can I make a similar login like the one used in the IPad > version of Dropbox app? I want to do the same fly in effect of the login. > > Thanks in advance. > > Alejandro > > _______________________________________________ > 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
