Hero
Hero copied to clipboard
Elegant transition library for iOS & tvOS
Can anyone please let me know how can i push second view controller with just left or right swipe on first view controller which is root view controller. And after...
## What did you do? I have used hero in my tabbarController. When it is an RTL language the tabs gets mirrored, so in this case when pressed on a...
## What did you do? I have three major problems: 1. When presenting/dismissing my ViewController there seems to be this white background behind my 2nd ViewController but I would like...
## What did you do? Updating from 1.6.1 to 1.6.2 using SPM doesn't work. ## What happened instead? `/Users/redacted/Library/Developer/Xcode/DerivedData/app_redacted-asehfmfelcemwgdmpgoxlifocxtt/Build/Products/Debug-iphoneos/Hero error build: /Users/redacted/Library/Developer/Xcode/DerivedData/app_redacted-asehfmfelcemwgdmpgoxlifocxtt/Build/Products/Debug-iphoneos/Hero: No such file or directory `
This PR fixes build warnings that show up in Xcode 14.0.
This isn't a bug, but a feature request. Would it be possible to make the `complete(after: TimeInterval, finishing: Bool)` public instead of just `complete(finishing: Bool)` The main use case I...
## What did you do? I am trying to use Hero to animate transitions into a screen that is rendered with UICollectionView with UICollectionViewDiffableDataSource, by calling apply snapshot (NSDiffableDataSourceSnapshot) ##...
## What did you do? ```swift // ViewController 1 class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. self.view.addSubview(self.view1) self.isHeroEnabled =...
Hi guys. I think that the library may be impacted by this new rule by Apple; from what I understand, as the library is not collecting any personal data, an...
Attached is a video where you can see it well. The structure is a Tabbar that contains a UINavigationController in each tab. As you can see, once I change tabs...