Jeffsuke is not a pen.

🏊‍♂️🚴‍♂️🏃‍♂️💻📱

UINavigationControllerの戻るを消し、別のボタンで戻る

ViewDidLoadにて以下のメソッドを呼ぶ。 UINavigationController上の戻るボタンが消える。

[self.navigationItem setHidesBackButton:YES];

対象となるIBAction内で以下を呼ぶ。

[self.navigationController popViewControllerAnimated:YES];

結果、以下のように。

f:id:jeffsuke:20140923231854p:plain