I have a table view controller called StackViewController, this is where I hold a list of todo's that has been created in CreateViewController... I have an NSString property in StackViewController called currentTarget that represent the first to do in the stack:I have a table view controller called StackView