You are here |
sarunw.com | ||
| | | |
www.avanderlee.com
|
|
| | | | Using the #Preview Swift Macro you can create previews more quickly for all your SwiftUI, UIKit, and AppKit views. | |
| | | |
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. | |
| | | |
swiftui-lab.com
|
|
| | | | In this article we will explore the challenges and limitations of using Attributed Strings with SwiftUI views. | |
| | | |
whackylabs.com
|
|
| | So Google recently renamed TensorflowLite to LiteRT. And yes that was a genius move indeed. Because now for the first time in my life I actually want to try TFLite ... yea, I mean LiteRT. |