Carlo Rapisarda (@_rapisarda) 's Twitter Profile
Carlo Rapisarda

@_rapisarda

Building the Post-it® iOS/iPadOS/macOS app @bontouch - AI enthusiast

ID: 277097427

linkhttps://github.com/carlo- calendar_today04-04-2011 17:56:52

66 Tweet

32 Followers

107 Following

Jan Kaiser (@jankais3r@defcon.social) (@jankais3r) 's Twitter Profile Photo

I believe this is the first time anyone outside of Apple did an iOS development in XCode on iPad. Mad props to UTM for shipping 1.0 before WWDC and to Guilherme Rambo for making a better-than-1st-party WWDC app.

Craig Hockenberry (@chockenberry) 's Twitter Profile Photo

Imagine uploading a pre-recorded WWDC keynote to YouTube and then getting the timezone wrong in the publishing date. It would be that time now - whoops! bit.ly/yt-wwdc20

Federico Viticci (@viticci) 's Twitter Profile Photo

Well, iPadOS 14's support for data detectors in handwritten text is downright amazing. Write down an address or date, and it instantly becomes a clickable element – turns handwritten text into a smart object. (Images featuring Silvia Gatta's handwriting.)

Well, iPadOS 14's support for data detectors in handwritten text is downright amazing. Write down an address or date, and it instantly becomes a clickable element – turns handwritten text into a smart object.

(Images featuring <a href="/_silviagatta/">Silvia Gatta</a>'s handwriting.)
John Sundell (@johnsundell) 's Twitter Profile Photo

This is a fully functioning SwiftUI plain text editor, with persistence, in a tweet! 🤯 #WWDC20 ﹫main struct EditorApp: App { ﹫AppStorage("text") var text = "" var body: some Scene { WindowGroup { TextEditor(text: $text).padding() } } }

Carlo Rapisarda (@_rapisarda) 's Twitter Profile Photo

iPadOS 14 exposes LiDAR depth data via ARKit, but unfortunately the same information isn’t available when taking pictures with AVFoundation (unlike data from TrueDepth & dual cameras) 😞 (FB7783324). CC Greg Heo Guilherme Rambo (null)