|
You are here |
arkadiuszchmura.com | ||
| | | | |
kenb.us
|
|
| | | | | The interface for UIKit is the same between iOS and tvOS,but the behavior is a little different. The interaction on tvOS is distinctly different than iOS because tvOS doesn't offer direct in... | |
| | | | |
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. | |
| | | | |
www.iamsim.me
|
|
| | | | | This will be the first in a - hopefully - long series of posts about building a UIKit app using The Composable Architecture, developed by Brandon Williams and Stephen Celis of PointFree.co fame. If you do not subscribe to Point-Free I highly suggest you take a look at some of the free episodes to get you started. If you'd like to sign up, here's a referral link that'll give me some credit! | |
| | | | |
swiftwithmajid.com
|
|
| | | That is WWDC week: everybody is so excited about so many new things like SwiftUI, Dark Mode, updateable Core ML models, etc. I will try to cover all the new stuff during the upcoming weeks. Let's start with SwiftUI. SwiftUI is an entirely new approach to building apps for the Apple ecosystem. | ||