Explore >> Select a destination


You are here

www.avanderlee.com
| | atomicbird.com
17.9 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.
| | arturgruchala.com
16.6 parsecs away

Travel
| | Parallax headers are a popular design pattern that can be used to create visually stunning interfaces in mobile and web applications. A parallax header creates the illusion of depth and movement by moving content at different speeds as the user scrolls. In this blog post, we'll be discussing the implementation
| | swiftrocks.com
14.7 parsecs away

Travel
| | SwiftUI is a revolutionary framework announced by Apple in WWDC 2019 and you might've noticed that it looks pretty different from regular Swift. Let's see why.
| | hjr265.me
96.0 parsecs away

Travel
| Toph Help is built with Hugo - a static site generator. As you would expect with static sites, the pages are all generated ahead of time and hosted as plain HTML. You get all the benefits of static websites, but what about search? Client-side search is one way to work around this limitation of static websites. You build an array of objects describing all your pages on your website. You serve it to the client as JSON.