ios - Why is there functional difference between Swipe to pop view controller and poping view controller Programmatically? -


when swipe right pop view controller/click button on navigation bar viewwillappear code called ,but , when programmatically call [self.navigationcontroller popviewcontrolleranimated:yes]; , behaves differently , first viewdidload called , viewwillappear called . how can achieve behaviour in 1st case using code ?


Comments

Popular posts from this blog

javascript - How to process users in one specific order using map o each function? -

java - Two interface have same method name with different return type -

javascript - Linking from page A to a specific iframe on page B -