Hi all~.
I was using simple UINavigationController. but If I come from sub viewController, I want to occur a some custom event.
For example, If rootViewController is AA and subviewController of AA is BB. and then enter the BB (by pushViewController).
and then, BB->AA. this time, I want to manage a event.
currently, I made it view UIBarButtonItem, but Its shape is RECT. (I want pentagon)
Is it possible?