I'm new to iOS and trying to practice falling animation like Yolo app.
What Yolo app has is on sign up page, it has bunch of falling emojis at different velocity seamlessly.
So if I want to implement the falling animation for each emojis and without using storyboard and SwiftUI(so with Appkit), what's the common practice here.
Is there any library I can use?