Explore >> Select a destination


You are here

benoitpasquier.com
| | sintraworks.github.io
12.3 parsecs away

Travel
| | 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.
| | sarunw.com
15.6 parsecs away

Travel
| | Learn how to use UIView as a SwiftUI view.
| | atomicbird.com
15.2 parsecs away

Travel
| | 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.thepolyglotdeveloper.com
83.3 parsecs away

Travel
| Use a Java InputStream with threads to download remote files without a browser in Android. Use this method to download in-app purchase files or update data.