Stefan Nebel
Stefan Nebel
**Describe the bug** If you scroll up without having your finger on the screen, the navbar is not displayed when you arrive at the top **OR** slide up in very...
**Describe the bug** If you scroll and slide your finger diagonally across the screen, the NavigationBar will not recognize it. So it will not collapse and will not expand. Furthermore,...
**Describe the bug** If you are using `3D Touch`, so if you "peek" with small intensity a Cell of a Table and you scroll up or down the `UINavigationBar` did...
**Is your feature request related to a problem? Please describe.** Currently, if you create the UIViewcontroller by programming, you have to create and position your own UIToolbar. **Describe the solution...
I would like to tint a Image like ``` let imageView = UIImageView() imageView.image = UIImage(named: "custom-icon")?.withRenderingMode(.alwaysTemplate) imageView.tintColor = .red ``` How can I do that with APNG? ``` let...
see gif  ``` func present(animated: Bool = false) -> Self { let controller = self.viewController ?? createViewController() let transitionDelegate = SPStorkTransitioningDelegate() transitionDelegate.customHeight = 100 controller.transitioningDelegate = transitionDelegate controller.modalPresentationStyle =...
I noticed that it doesn't work in projects with spaces. If I create an identical project and call it "TestProject" instead of "Test Project", pebuilt will be executed, otherwise pebuilt...
## What do i want to do? I use a UICollectionView and UICollectionReusableView for headers and footers. I would now like to remove `animated` the header in a section by...
Hi, I have found that some below country flags are missing from list. AC, AQ, BQ, CP, DG, EA, EH, IC and TA. thanks
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...