I think the lookup is purely by type, but maybe one of you can answer definitively?
RT @bjhomer@twitter.com
Can someone explain to me how “EnvironmentObject” knows which object to proxy in SwiftUI? Example:
@EnvironmentObject@twitter.com var p1: Person
@EnvironmentObject@twitter.com var p2: Person
Is there any way for ‘p1’ and ‘p2’ to point to different objects? Is the lookup purely by type?
I wonder if you’d have to embed an empty UIView that overrides keyCommands and becomes the first responder? 😬
RT @bhansmeyer@twitter.com
Would a “pure” SwiftUI app be incapable of implementing keyboard shortcuts? Just thought of that as I scrolled by some of my UIKeyCommand overrides...
🐦🔗: https://twitter.com/bhansmeyer/status/1141786658318274563
If you find yourself frequently uploading photos via FTP, check out Cesare’s new app!
RT @cdf1982@twitter.com
My new iOS app PhotosUpload launched today 🥳
Take photos, add tags and upload them via FTP to your server!
🚀 Download: https://apps.apple.com/us/app/photosupload/id1441656535
📝 Post: https://cdf1982.com/2019/06/20/introducing_photosupload.html
Every. dang. time.
RT @jakemarsh@twitter.com
It would be rad if the Xcode “Distribute App” thing let you pick all the options up front, then just did everything with one big progress bar.
I always think I’ve clicked the last “Next” button but switch back later only to see it sitting there with a bright “Upload” button.
🐦🔗: https://twitter.com/jakemarsh/status/1141592077295378438
I can’t stop laughing about these pictures. Some of the replies are pretty good too.
RT @MConwayKLKN@twitter.com
GATE HATE:
An exit gate in a parking garage in @HaymarketLNK@twitter.com was kicked, pulled, twisted and hit by this man. Do you know him?!
-over $3200 in damages.
🐦🔗: https://twitter.com/MConwayKLKN/status/1141452990257270785
Kitten update! Our friends’ 4-year-old named them Stripey Stripe and Whitey White and apparently we’re not allowed to change the names. 😆 They’ll be outdoor cats; we bought a fairly large chicken coop for them to live in for now so they stay safe.
iOS 13 Summer Plans: https://beckyhansmeyer.com/2019/06/13/ios-13-summer-plans/
Oh heck yes I will because I need to read through more examples of people using it in real, complex apps. 🤩
RT @brentsimmons@twitter.com
Oh hell yes look at this SwiftUI code in NetNewsWire for iOS. https://github.com/brentsimmons/NetNewsWire/commit/902304c723087925fece2d6019cb7552f9a4c12b
🐦🔗: https://twitter.com/brentsimmons/status/1138578702634295296
Hmm, looks like Apple decided to deprecate all of its “Moment” -related PhotoKit APIs, probably due to the http://Photos.app redesign. It means the entire Moment-based photo picker I created won’t work anymore. Looks like I have a lot of re-thinking to do...