ylliX - Online Advertising Network

Open Source Contributor Onboarding: 10 Tips

Want to boost your open source project’s success? Here’s how to onboard new contributors effectively: Write clear, complete documentation Set up a Code of Conduct Create contributor guidelines Mark easy tasks for beginners Start a mentoring program Make setup easy Offer different ways to help Use quick-response communication tools Thank and highlight contributors Ask for […]

Create a dynamic onboarding UI in Swift

When creating new features, it’s really important to think about how our users will use it. Most of the time, the UI is straightforward enough. However, sometimes, you will want to give some guidance, to highlight a button or a switch, with a message attached. Today, we’ll create a reusable and adaptable overlay in Swift […]

Creating onboarding screens in SwiftUI

In this post, I would like to discuss several ways how to create onboarding/introduction screens for your app. Let me keep aside the discussion if such screens are good UX pattern, but let me rather examine SwiftUI capabilities for such task instead. The task The task for today’s SwiftUI exercise is simple. We would like […]