Hero
Hero copied to clipboard
Elegant transition library for iOS & tvOS
## What did you do? Simple transition between two view controllers, with one object with the same heroID. ## What did you expect to happen? Consistent smooth transitioning ## What...
@JoeMatt ## What did you do? I present a modal with ```vc.modalPresentationStyle = .overCurrentContext ``` The presentingVC is a chat app VC with a list of chats. The chatCell's have...
## What did you do? i want hidden my uiview to uinavigationBar ## What did you expect to happen? i cant assign uiview to uinavigationbar ## What happened instead? ##...
I have a UITableViewCell that has several elements I want to animate into a new view when I push it. This works. Image animate into the next UIViewController image views,...
## What did you do? - Created a new ViewController through storyboard. - Activated Hero (`isHeroEnabled = true`) - presented the view through UIKit `present()` method, `animated = true -...
## What did you do? When using a full screen Hero transition which scales a UIImageView to the size of the full-screen (transitioning to another view controller), the snapshot used...
## What did you do? In my project, there are a series of UIViewControllers that all share a common background UIImageView. Using Hero, I set `navigationController?.hero.isEnabled = true`. Then I...
I have use **two view controllers**. **first view controller** have button when pressed is pushes other view controller and **second view controller** has a navigation bar with back button and...
## What did you do? Using the City Guide example ## What did you expect to happen? If I select a cell (say Toronto) I expect Toronto to be the...
When press back in child view controller on root navigation view controller with tab bar, tab bar waiting end of animation. And when push view controller with "hidesBottomBarWhenPushed = true",...