Hero icon indicating copy to clipboard operation
Hero copied to clipboard

Elegant transition library for iOS & tvOS

Results 41 Hero issues
Sort by recently updated
recently updated
newest added

## What did you do? I have a main navigationController in my app that navigates between login page and the main tabBar. the tabBar it self has two child controllers...

bug?

## What did you do? 从一级页面present到二级页面时,在二级页面实现 view.hero.id = **** self.isHeroEnabled = true 并且还在二级页面设置UIPanGestureRecognizer侧滑手势, @objc func slide(pan: UIPanGestureRecognizer) { let translationX = pan.translation(in: pan.view).x if translationX > 0 { // 向右平移滑动...

``` Spy 0x100d10000 + 150232 Spy 0x100d10000 + 150264 UIKitCore -[UIView(CALayerDelegate) layoutSublayersOfLayer:] QuartzCore CA::Layer::layout_if_needed(CA::Transaction*) UIKitCore -[UIView(Hierarchy) layoutBelowIfNeeded] Hero Hero.HeroTransition.start() -> () HeroTransition+Start.swift:121 Hero Hero.HeroTransition.animateTransition(using: __C.UIViewControllerContextTransitioning) -> () HeroTransition+UIViewControllerTransitioningDelegate.swift:64 Hero @objc...

confirmed bug

## What did you do? I tried to present a controller using over current context. After that used hero again to present another controller normally. (eg., project. attached where clicking...

## What did you do? Hi, many thanks to all the people maintaining the library and providing support ❤️. I use a CAEmitterLayer to make some confettis pop as soon...

confirmed bug
need help
good first issue

## What did you do? I'm pushing a new view controller with Hero, nothing special. Going from the Home module to Search by tapping on the search field; the search...

## What did you do? ## What did you expect to happen? ## What happened instead? ## General Information * Hero Version: * iOS Version(s): * Swift Version: * Devices/Simulators:...

need info
investigating
bug?

## What did you do? I have VC1 -> VC2 -> VC3 I use VC3.hero.unwindToViewController(VC1) to unwind. ## What did you expect to happen? With iOS 14 and earlier, this...

confirmed bug
investigating

## What did you do? I'm trying to replace the view controller on the main window of the application, but in commit https://github.com/HeroTransitions/Hero/commit/800b9d90238e385df8bb69f5e94887e2d0e7a695 you've introduced a regression. by removing `!`...

First sorry for my bad English. Here is my code: ` @objc func hero_setPushAnimationType() { self.hero.modalAnimationType = .selectBy(presenting: .push(direction: .left), dismissing: .push(direction: .right)) self.hero.isEnabled = true } @objc func enableSwipeBackWhenPresent(WithFinishDismissBlock...

question
discussion