Hey guys,
I'm observing UINavigationControllerWillShowViewControllerNotification
on UINavigationController
to keep track when the current view controller has been popped, as suggested on this post.
There's literally no reference anywhere for that notification and a Google search will link me only to that post.
Does it mean this is a private notification and my app could be rejected?
Even worse: does it mean I shouldn't trust how that notification works as it might break in a future SDK version?