문제

The issue I am having is in this particular part of the storyboard. When the table view loads it is populated correctly and everything works fine, then one of the cells can be selected and the view on the right loads up with everything fine(push). However, when selecting 'Back to News' nothing happens(push). If I press the button (nothing happens) and then select one of the other items housed in the tab bar and then select the news tab again the app has returned to the table view and all is well.

The layout can be seen here: http://imgur.com/EaMbM4i

I am not sure what code is needed but can post whatever is requested.

My question is this, what is wrong with segue between the 'Back to News' button and the UITableViewController?

Apologies for any mistakes made, it is my first post.

도움이 되었습니까?

해결책

You dont want to push to the tableview controller again from the news detail view controller. There will be a back button by default since it is in navigation controller.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top