I have 2 view controller pages.Add Reminder page which contains save button as right bar button of navigation bar
I have earlier got issues regarding number of secti
for making cell with that required color just write the following code in
cell.contentView.backgroundColor=[UIColor colorWithPatternImage:@"Give your cell image"]
in (UITableViewCell *)tableView:(UITableView *)view cellForRowAtIndexPath:(NSIndexPath *)indexPath
method and not in condition, outside the condition you should put it. and why you do database work in this method. it will slow your apps. let me know for any clarification.