BCMagicTransition icon indicating copy to clipboard operation
BCMagicTransition copied to clipboard

NavigationItem TitleView Support

Open Pratik948 opened this issue 9 years ago • 1 comments

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 avatar Nov 29 '16 07:11 Pratik948

@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.

boycechang avatar Nov 30 '16 09:11 boycechang