Hi does anyone have a code snippet to create a dynamic array of NSIndexPath

Eg ive seen a static example
Table.insertrows(new 
NSIndexPath[]{ind1,ind2,ind3},UITableViewRowAnimation.Fade) which adds 3 
hardcoded rows

What I want to do is insertrows dynamically so my datasource may hold 3 rows or 
may hold 20 rows so I need to build a dynamic NSIndexPath

So something like
Table.insertrows(mycreatednsindexarray,UITableViewRowAnimation.fade);

Regards
Pete



--
This message (including attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law. If you are not the intended recipient, you are 
hereby notified that any use, dissemination, distribution, or copying of this 
communication is strictly prohibited. If you have received this communication 
in error, notify us immediately by telephone and delete this message 
immediately.
Any views or opinions presented are solely those of the author and do not 
necessarily represent those of TigerTMS unless otherwise specifically stated.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to