Swifty Journey

  • Home
  • About
  • Archive
  • Tags
  • Affiliates

uikit

A collection of 3 posts

June 11, 2023

Testing View Controller Load

Testing View Controller Load

Ensure proper initialization and UI setup of iOS view controllers by testing their load using Storyboards, XIBs, and code-based approaches

testing uikit swift ios

May 7, 2023

A Beginner's Guide to Diffable Data Source in Swift

A Beginner's Guide to Diffable Data Source in Swift

Discover the power of Diffable Data Source in Swift for managing data in table views and collection views with ease and efficiency

swift uikit ios best-practices

December 19, 2021

ScrollViews Using Interface Builder

ScrollViews Using Interface Builder

Scrollviews are a nice tool to have inside our apps, SwiftUI has been helpful to make them use easier unlike UIKit. Unfortunately many apps still using UIKit, so we need to know how to work with them.

uikit interface-builder ios

Twitter icon Twitter GitHub icon GitHub LinkedIn icon Linkedin

Swifty Journey © 2025.

Back to top

Explore Site

  • Home
  • About
  • Archive
  • Tags
  • Affiliates

About Swifty Journey

Just another blog with articles where I share my learnings through my journey as a mobile developer. Explore it yourself.

Recent Articles

  • September 10, 2024
    SwiftUI Architecture: A Complete Guide to the MV Pattern Approach
    SwiftUI Architecture: A Complete Guide to the MV Pattern Approach
  • July 9, 2022
    Variadic Parameters
    Variadic Parameters
  • June 9, 2022
    Countable Ranges
    Countable Ranges

Tags

architecture design-patterns foundations interface-builder ios mvvm productivity state-management swift swiftui tools type-system ui-design uikit xcode