|
You are here |
www.iamsim.me | ||
| | | | |
swiftwithmajid.com
|
|
| | | | | Nowadays, Apple platform development has undergone significant changes. Previously, we believed that building the core of an app around UIKit and using SwiftUI for certain screens was a good idea. This week, we'll delve into the foundation of app development using SwiftUI, while also exploring UIKit for scenarios where performance truly matters. | |
| | | | |
sintraworks.github.io
|
|
| | | | | Continuing on our previous post, let's create some observable controls, and a view controller that observes another view controller. | |
| | | | |
sintraworks.github.io
|
|
| | | | | Some months ago I read this article by Agnes Vasarhelyi. It's about-guess what-scrollable UIStackViews. More precisely, it's about how to correctly set up a UIStackView within a UIScrollView, using autolayout. Not long after that, I needed extactly that: a scrolling stack view for a screen I was developing at work. I decided to create something simple, yet convenient and reusable. I didn't want to create a fancy view controller with all manner of bells and whistles. Just a simple view, that acts as scrolling stack view. Also, I did not want to have to write something like scrollView.stackView.axis = .vertical, but rather stackView.axis = .vertical. | |
| | | | |
gist.github.com
|
|
| | | Temporal Dead Zone. GitHub Gist: instantly share code, notes, and snippets. | ||