You are here |
sintraworks.github.io | ||
| | | |
www.avanderlee.com
|
|
| | | | Auto Layout Constraints written programmatically in code by making use of Layout Anchors, Layout Guides, and a few useful extensions. | |
| | | |
atomicbird.com
|
|
| | | | In my post about my custom presentation slide app I mentioned that because of time constraints, I decided against doing my own slide layout. Instead I'd do that in DeckSet, export my slides to PDF, and show the PDFs in my app. So, how do you do that then? Getting a PDF on the screen The basics of PDFKit are actually pretty basic. If you have a PDF, you create a PDFDocument to hold it and a PDFView to display it. | |
| | | |
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. | |
| | | |
swiftwithmajid.com
|
|
| | Since purchasing Apple Vision Pro, I have been fully immersed in adapting my applications to visionOS. The first thing I noticed on the device was the need to customize hover effects in some views. This week, we will talk about building custom hover effects in SwiftUI. |