Ufuk Canlı
Ufuk's Blog

Ufuk's Blog

Follow
Follow
homeAboutnewsletter
Tag

Swift

#swift

More content

Read more stories on Hashnode


Articles with this tag

On a quest for the separation of concerns

Mar 29, 20233 min read435 views

I've been experimenting with different design patterns to achieve cleaner code since day one. None of them are perfect for sure and at the end of the...

On a quest for the separation of concerns

TIL: ViewThatFits

Mar 1, 20231 min read314 views

Since Apple didn't bring backward compatibility to SwiftUI, I have a love-hate relationship with it. Lately, I've been catching up on what's new in...

TIL: ViewThatFits

TIL: Lazy sequences

Feb 22, 20231 min read314 views

I've been thinking to myself that gotta get back to writing somehow. It is a time-consuming job to write a long blog post both for the reader and the...

TIL: Lazy sequences

SwiftUI'da veri akışı ve MVC mimarisi

Oct 6, 20229 min read433 views

SwiftUI 2019 senesinde Apple tarafından duyurulan, adından da anlaşılacağı gibi Swift programlama dili yardımıyla iOS ve MacOS uygulamaları oluşturmak...

SwiftUI'da veri akışı ve MVC mimarisi

Combine ile ViewModel ve ViewController arasında haberleşme

Jul 14, 20227 min read826 views

Projenizde MVVM mimarisini kullanarak ilerlemek istiyorsanız ve UIKit kullanıyorsanız bunu yapabilmeniz için birden fazla yol olduğunu...

Combine ile ViewModel ve ViewController arasında haberleşme

Failed to prepare device for development issue

Apr 13, 20222 min read585 views

I’m not sure that you have experienced this issue before or not but I thought writing it down somewhere might be useful for the future. Before...

Failed to prepare device for development issue