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.
| | benoitpasquier.com
10.6 parsecs away

Travel
| | It's been almost two years that Combine has been introduced to the Apple developer community. As many developer, you want to migrate your codebase to it. You don't want to be left behind but you're not sure where to start, maybe not sure if you want to jump to SwiftUI either. Nothing to worry, let's see step by step how to migrate an iOS sample app using UIKit and RxSwift to Combine.
| | 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
| | ashishkakkad.com
103.5 parsecs away

Travel
| Xcode is IDE for development of the iOS, macOS, tvOS and watchOS applications. Every year apple comes up with so many changes in this IDE. Xcode 9.3 released on March 29, 2018. Here, I am listing out all the issues with the workaround. Asset Catalog Dragging an image from Finder to an empty sticker pack ... Read more