// Created by alex on 13.07.16. self.news = @[ [CellModel modelWithHeight:100.0f identifier:@"NewsCell" image:[UIImage imageNamed:@"Image"]text:@"В УЛГТУ все ...
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 ...