Vitaly Batrakov
Vitaly Batrakov

Vitaly Batrakov

Follow
homebadges
Tag

ios app development

#ios-app-development

More content

Read more stories on Hashnode


Articles with this tag

DI in SwiftUI

Jul 1, 20236 min read

In the previous posts about Dependency Injection, we learned about the importance of DI in building scalable, maintainable, and testable iOS...

DI in SwiftUI

Factory for DI

Apr 30, 20239 min read

In my previous post about Dependency Injection in iOS, I mentioned that factories can be used for DI and it's straightforward to implement. Today, we...

Factory for DI

Understanding Swift Closures

Mar 26, 202310 min read

Intro The Swift documentation provides a comprehensive introduction to Closures. However, in this session, we will cover some interesting aspects of...

Understanding Swift Closures

Combine: Yet One Another Quick Start Guide

Feb 14, 202317 min read

All you need to know to start using Combine ยท Apple announced the Combine framework at the WWDC 2019, which allows the processing of values over time. It...

Combine: Yet One Another Quick Start Guide

How to create Bottom Sheet with UIKit

Jan 19, 20238 min read

BottomSheet has been present in iOS applications for a while, with Apple first implementing it in the Maps app in iOS 10. However, it was not...

How to create Bottom Sheet with UIKit