PinnedGary Tokman·Mar 18, 202150+ Helpful iOS Developer ResourcesThe tools, websites, apps I currently use to be a more productive iOS developer. Bonus favorite StackOverflow and Reddit posts.A response icon1A response icon1
Gary Tokman·Oct 7, 2021Networking in SwiftUI with Async/AwaitHow to build a networking client in Swift using Async/Await and integrating it easily with SwiftUI!A response icon2A response icon2
Gary Tokman·Sep 24, 2021Top 5 New SwiftUI Modifiers You Need To KnowNew SwiftUI modifiers released in iOS 15 unlock the true declarative superpower of SwiftUI and help you build better apps!
Gary Tokman·Sep 14, 20218 Productivity Chrome Extensions For DevelopersThese chrome extensions will make you more productive and save you countless hours throughout the day.
Gary Tokman·Mar 28, 2021Combine Getting Started GuideLearn Swift’s Combine framework through examples and sample code. A brief intro to publishers, operators, and subscribers.
InJavaScript in Plain EnglishbyGary Tokman·Mar 16, 2021Vertical Scrolling List/Grid with FlexBox using ReactI created a vertical scrolling list of cards in React using flexbox and styled-components (beginner introduction with examples).
Gary Tokman·Mar 13, 2021How to: Add a search bar to NavigationView in SwiftUIA fast way to add a search bar to your SwiftUI app with fuzzy search and NavigationView support (short tutorial).
InPrototyprbyGary Tokman·Mar 10, 2021How to: Vertical Paging in SwiftUIHow I used the TabView to build a vertical paging feed like Tik Tok.A response icon3A response icon3
Gary Tokman·Mar 3, 2021SwiftGen: The Swift Code GeneratorWe all know it’s a hassle to manually type out image/color names, generate them with a tool called SwiftGen, the code-gen tool for iOS devs
Gary Tokman·Feb 21, 2021Tinder Swipe Animation in SwiftUI (Tutorial) | 2021Do you want to learn how to make the swipe animation similar to Tinder and Bumble in SwiftUI? Here’s a tutorial on how I was able to…