ios-animations Questions
2
I'm working on creating a ripple effect in SwiftUI similar to the one here.
Here is what I have so far:
import SwiftUI
// MARK: - Ripple
struct Ripple: ViewModifier {
// MARK: Lifecycle
init(r...
Principality asked 23/11, 2022 at 16:31
2
Solved
I am trying to create a simple animation in SwiftUI. It is basically a rectangle that changes its frame, while staying in the center of the parent view.
struct ContentView: View {
var body: some V...
Lamarlamarck asked 15/3, 2021 at 17:1
0
The following code contains a list of text and a button to add more texts. When an item is added, the scroll view should scroll to the second to last (for simplicity in this example) item.
import S...
Subclavian asked 5/1, 2021 at 16:45
3
Solved
I'm getting some odd animation behaviour with DatePickers in a SwiftUI form. A picture is worth a thousand words, so I'm sure a video is worth a million words: https://i.sstatic.net/bNrTK.jpg
I'm t...
Wisp asked 25/6, 2020 at 7:40
0
I have a custom full screen alert with a low alpha background. The default modal animation slides from bottom to top. I would like the alert to fade-in and fade-out. I am UIViewControllerTransition...
Meshwork asked 19/9, 2017 at 15:27
1
Solved
This is related to a lot of little bugs that might stereotypically be considered minor by one person, but major by another.
What I've noticed more and more, is that when using all flavors a UIView...
Fatten asked 11/7, 2016 at 1:27
0
According to the documentation regarding the GMSMarker new property iconView:
The view behaves as if clipsToBounds is set to YES, regardless of its actual value
So there is no way of changing ...
Interpol asked 9/6, 2016 at 11:38
1
At the moment, I'm animating a UIWebView from the bottom of the screen to the top. As the UIWebView animates upwards it becomes untouchable for 50-80% of the duration time.
If I tap the UIWebviews...
Frodin asked 28/4, 2016 at 23:29
1
I have a CollectionView and I want to create an animation inside the CollectionViewCell selected by the user. I chose to use animateKeyframesWithDuration because I want to create a custom animation...
Trainor asked 23/3, 2016 at 20:44
1
© 2022 - 2024 — McMap. All rights reserved.