Fresh Beginning
  • Home
  • Portfolio
  • My Clothing Shop
  • Etsy Clothing Store
  • Buy Me A Coffee
  • Patreon
  • Speaking
  • Reading
  • About Me
  • Contact Me
Subscribe

best practices

A collection of 3 posts
How to Convert Legacy async code to use Combine using Swift and iOS
Promise

How to Convert Legacy async code to use Combine using Swift and iOS

💡In the previous post, we learned how to convert the existing legacy async structure to the async-await mechanism. If you haven't read that yet, I strongly recommend going through it. In this post, we will see how to convert legacy async code to use the Combine for performing asynchronous operations
Apr 24, 2023 2 min read
How to Initialize State and StateObject in SwiftUI
Advanced SwiftUI

How to Initialize State and StateObject in SwiftUI

State and StateObject are standard mechanisms in SwiftUI to maintain and update the view state. However, their initialization is not intuitive. Unlike regular Swift variables, you can directly instantiate them. They can only be initialized in certain ways while using them in the Swift code. In today's blog post, we
Apr 20, 2023 1 min read
Best practices for configuring the table view cells on iOS with Swift
UITableView

Best practices for configuring the table view cells on iOS with Swift

Many times, iOS developers utilize UITableView and UITableViewCell subclasses and sometimes UICollectionView variants to create beautiful views. But it could be tricky when you're writing it for the first time. It's important to know the best practices on how to configure these cells. In this post, I am going to
Nov 14, 2021 6 min read
Fresh Beginning © 2025
Powered by Ghost