Ufuk Canlı
Ufuk's Blog

Ufuk's Blog

Follow
homeAboutnewsletter
Tag

iOS

#ios

More content

Read more stories on Hashnode


Articles with this tag

On a quest for the separation of concerns

Mar 29, 20233 min read 416 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 read 294 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 read 282 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 read 398 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

Failed to prepare device for development issue

Apr 13, 20222 min read 546 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

Open up a UIPickerView when a UITableViewCell selected in UIKit

Mar 11, 20222 min read 510 views

Recently, I've been doing the tasks that are given to me at work. One of them includes the current subject. I wasn't sure how to do that when I first...

Open up a UIPickerView when a UITableViewCell selected in UIKit