Skip to main content
Kelvas blog
  1. Tags/

uikit

2022


UIKit ViewController with SwiftUI

·1142 words·6 mins
UIKit ViewController with SwiftUI # If you are curious like me, you must have tested SwiftUI. Personally I like this framework more and more. But I will tell you about my feedback in another article. However I have to reproach it for something: it still lacks a lot of things! And yes, SwiftUI tries to join all the worlds (iOS, macOS, …) in one. The problem is that the task is not easy.

Swift: bounds vs frame

·313 words·2 mins
Have you ever made an iOS app with UIKit? Have you ever made your own views? Customized a user control or a view? Then you have probably already been in contact with the frames and bounds. But how well do you know them? Do you really know the difference between the two? I noticed that for many the answer was: No. So let’s go back to these notions to learn more.