Hi Kris Have a look at this:
https://github.com/nicwise/ScrollingCellExample it's a bit of a quick hack, but it does work and shows the basics of how you might do this. Cheers Nic On Sat, Sep 15, 2012 at 11:17 AM, Nic Wise <[email protected]> wrote: > Well, you make a uitableviewcell, as normal, and into it's > contentview, you add a uiscrollview which takes up the whole space of > the cell (you may want to remove any labels which are already in the > uitableviewcell, or make them hidden) > > And then configure it to be however big you need (ie, the scrolling > area - the visible area is based on the cell), and add in whatever > other views you want. Then the user can scroll left/right, as well as > up/down. > > I'm not sure what happens if you made the uiscrollview's virtual space > to be tall - not sure how well it would deal with > scroll-the-scrollview-then-the-table etc. But wide should be ok. > > I'm been meaning to do something like this for my own entertainment, > so if I get time this afternoon (the weather is too good NOT to go for > a bike ride!) I'll push something up to github. > > > > On Fri, Sep 14, 2012 at 6:21 PM, Kris Bloom <[email protected]> wrote: >> Ok guys, not trying to push religion on anyone here, but there is an app >> called "Mormon Channel" in the app store. It is a free app. Anyways, i like >> the home screen User Interface. It has what looks like a tableview with >> cells set up as horizontal scrollviews? Again, i'm new to mono touch and iOS >> so i am trying to figure out how they did that cause i want to use something >> similar.. >> >> >> Thanks, >> >> Kris Bloom >> -------------------------------- >> Extreme Velocity 3D >> www.ExtremeVelocity3d.com >> >> >> >> _______________________________________________ >> 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 -- 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
