Saturday, December 29, 2018

Onboarding


As a mobile iOS developer, putting together an onboarding experience looks easy enough but there are some tricky hurdles to get over. Especially those "paging dots". By default, iOS wants to use white dots on a black bar. And no one wants that. So you have to implement a custom solution to show it in a way that actually looks decent.
My patrons have access to the full Xcode project source files as well as over 50 other projects: https://www.patreon.com/posts/23612011

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...