I think your choices are: 1. Use a webview. It's "heavy", but still - not too bad. 2. If you are fine with clicking the whole label, then do it that way, but if it's just one word in a single label, you either need to use attributed strings (to highlighted) then work out where the user clicked, or put in [label no click] [label which can be clicked] [more text] etc - and work out how to flow it. Which would be.... problematic.
I think I'd go with the webview and if you have problems, THEN try something else :) More info would be good tho ! On Wed, Nov 7, 2012 at 5:42 PM, Kris Bloom <[email protected]> wrote: > I want to have clickable links in test views (like a uilabel) but i don't > want to use a heavy view like the web view cause it will be in a tableview. > Or should i not worry about the heaviness? any ideas/suggestions? > > 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 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
