// Created by Jose on 30/11/17. Todo* todo0 = [[Todo alloc] initWithTitle:@"Mow lawn" subtitle:@"Lawn is really tall" priority:3 andDoneStatus:NO]; Todo* todo1 ...
add a tableviewcontroller on your storyboard (empty) create un button on viewcontrolerA add a triggered segue to the tableviewcontroller to push it. Now, when we are on tableviewoncoller, go back ...