| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Found that LPLinkMetadata + NSItemProvider can actually use UIImage. I
think this is better now since not using a bundle load and can use
assets.
|
|
|
|
|
|
| |
Wow, I didn't know `if let` was a thing back then, haha. Also made
UIImage a bit safer in case asset is missing by unwrapping in one common
place.
|
|
|
|
|
| |
Note that URLSession async only works >=iOS 15. I changed the target for
now, but may mess with continuations.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is admittedly pretty hard for me to wrap my head around, and I'm
not even using background threading explicitly yet. Will improve.
|
|
In preparation for presenters to come in largely, lots of files starting
to go everywhere...
|