I am new to iphone development. I am trying to develop an alarm app, same as in the iphone itself. But I am struggling to get to display the view of the table that shows only the filled in rows. I get the datatable all over the view.
which property on the datatable decides to show only the filled in rows.
Thanks,
I am new to iphone development. I am trying to develop an alarm app,
Share
That is a custom UITableView, I would look at this example for more help on customizing UITableViews and UITableViewCells.