|
You are here |
osinski.dev | ||
| | | | |
www.iamsim.me
|
|
| | | | | In the first installment of this blog series on UIKit and The Composable Architecture we talked about how we can reduce the boiler plate required to setup a view controller powered by a Store. This post will build on that and see what it takes to implement a collection view. The first thing you need to know about rendering items from a TCA Store in a table or collection view is that we won't be referring to the items by IndexPath. | |
| | | | |
sintraworks.github.io
|
|
| | | | | After the previous post, and despite the positive feedback, I wasn't quite satisfied yet with the result and felt the code could do with some improvement. As I looked again at the NSLayoutAnchor header, I realised I had left out a bit of functionality. I also wanted to see if I could manage one more simplification. The end result is that, after some refactoring, the API surface has been slightly reduced, and, while the code has gained a few lines, it is more correct and more flexible. | |
| | | | |
noahgilmore.com
|
|
| | | | | It's been a year since SwiftUI was released, and many iOS developers who are lucky to only support the two most current iOS versions will soon be able to start writing SwiftUI in their production apps. There are clear benefits to using SwiftUI (I could probably devote a whole post to them), so the question I've been thinking about is: where to start? | |
| | | | |
ashishkakkad.com
|
|
| | | Swift Useful Resources: FolioReaderKit FolioReaderKit is an ePub reader and parser framework for iOS written in Swift. KZLinkedConsole Clickable links in your Xcode console, so you never wonder which class logged the message. Chatto A lightweight framework to build chat applications, made in Swift. PFColorHash Generate color based on the given string. SwiftCharts Easy to ... Read more | ||