BCMagicTransition
BCMagicTransition copied to clipboard
NavigationItem TitleView Support
Can i transition from navigationItem/navigationbar titleView? I tried but its not transitioning from navigation item/navigationbar, it transitioning from viewcontroller's view from same coordinates of titleView on view. any suggestion/help would be helpful? Thanks.
@Pratik948 All the elements in a navigationbar are stored in stacks. Navigation Bar does the transitioning animation itself, while pop/push elements in the stack. Using a view as a fake Navigation Bar would be a solution.