In that sample, the GetCell I'm overriding is in DialogViewController,
not in the element - which also means you then need to maintain your
own branch of MT.D. Which kind of sucks.

It works, mostly, but if you are inserting and removing cells, it's
not overly reliable - but easy enough to work around :)

Otherwise, looks like you have it sorted.

On Sun, Dec 9, 2012 at 7:24 PM, Juan Manuel Gómez Álvarez
<[email protected]> wrote:
> Hello,
>
> I want to customize the look of the Sections in MonoTouch.Dialog. I follow
> Nic´s approach (link below, thanks Nic), just a little different, I control
> the cell´s position from
> the element instead of the section. However, he mentions that he extends
> from DialogViewController and overrides the method GetCell as following:
> public override UITableViewCell GetCell (UITableView tableView,
> MonoTouch.Foundation.NSIndexPath indexPath)
>
> I couldn't find this signature from my current version of MonoTouch
> (latest). I would just need to call Element.GetCell()
> method the first time that my app is running (it only works when I redraw
> the display)
>
>
> Thanks in advance
> http://fastchicken.co.nz/2012/05/20/earnest-debrief-visual-styles-in-ios-apps-uiappearence-custom-sections-in-monotouch-dialog/
>
> Juan M Gómez
> @_jmgomez_
> Software Engineer
>
>
> _______________________________________________
> 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

Reply via email to