Swift

RxSwift course - basics

For 3 years I'm working with RxSwift on daily basis. It helps a lot with data manipulation and UI binding when MVVM is your architecture of choice. The framework gives developers

When debugger fails - true story

Every developer has this one day, one day when he questions every life choice that leads to this moment. I had this day. I received a bug ticket - one of the requests

Sharing custom file types in iOS

If you are planning to share more than standard file types on iOS and make the system recognize the file and open it in your app you can use Document Types and Exported

Auto Layout, Xibs, and traits

iOS and iPadOS Auto Layout are great. It helps build universal, good-looking apps for both screen sizes, provides a way to support portrait and landscape orientations without hassle. On rare occasions, it behaves

Most common Swift interview questions

Here's my first compilation of the most common Swift and iOS interview questions. There'll be more, so follow me on Twitter [https://twitter.com/GruchalaArtur] & stay up to