|
You are here |
benoitpasquier.com | ||
| | | | |
williamboles.com
|
|
| | | | | UIAlertController alerts form the backbone of a lot of the interactions between our users and our apps. While there have been some changes to alerts over the years, very little has changed about their appearance or our ability to customise that appearance - this causes for app designers pain ?? | |
| | | | |
gist.github.com
|
|
| | | | | A scrolling capable drop-in replacement for UIStackView. - ScrollingStackView.swift | |
| | | | |
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. | |
| | | | |
whackylabs.com
|
|
| | | I very recently learned it the hard way that objc selectors can not be async. | ||