My Journey from RxSwift to Combine

Some days Ago I decided it was the perfect time to start trying Combine by introducing it into my latest project and this is the story on what issues I’ve found, what I have learned and what I had to fix myself.

Getting text size on iOS

Calculating size of texts is one of the most common questions when you start working on iOS. Soon you need to calculate the size of some UI element and frequently that includes text. I explored some of the ways to do it and here I give some insights from that exploration.