Re: Add extra row in tableview for CouchUITableSource

2014-10-28 Thread Karel-Jan Van Haute
Hey Sangam have you ever fixed this? thanks Karel-Jan On Wednesday, January 30, 2013 11:35:06 AM UTC+1, Sangam Angre wrote: I want to display additional row in tableview. Lets say am having 2 entries in my couchtable i want to display 3 rows on UI. *I am using this function for Cell

Re: Add extra row in tableview for CouchUITableSource

2014-10-28 Thread Jens Alfke
I think this is one of those cases where you'll need to modify CBLUITableSource or write your own table data source. It's a utility class that's intended to handle the most common tasks of driving a table view from a CBL view, but it doesn't handle every possible need. The code is pretty