Scarlaxx
Scarlaxx

Reputation: 835

Custom back button removing view from navigationBar

I have a custom button on my view and I want it to do the same functionality as the system-default back button on a navigation Bar = simply remove a view from navigationController displayed by NavigationController.PushViewController(cc, false);

Upvotes: 0

Views: 334

Answers (1)

Jason
Jason

Reputation: 89082

try NavigationController.PopViewController()

Upvotes: 1

Related Questions