And now with speed-influenced edge roughness!
See also:
- https://docs.happitec.com/package-paper-destruction/
- https://docs.happitec.com/package-paper-construction/
#happitec #swiftui #BuildInPublic
I would like to write some Markdown text in a SwiftUI view in a Mac app. I need to support math expressions with $...$ and $$...$$ along with inline code and code blocks. How can I do syntax highlighting of the Markdown content? Any Swift packages that provide this feature?
#macOS #Mac #swiftlang #swiftui
I still don't know who at Apple thought this title + subtitle transition was a good idea. The title becomes smaller and the subtitle larger. And why is there a fade and not a smooth scale effect on these labels? It looks so careless. #UIKit #SwiftUI
Implemented my shared world canvas and multitouch-handler library, so now we have canvas pan, individual piece rotation, and (after a lot of effort) cutting of rotated pieces!
The world canvas and multitouch handler were ripped out of #LetterSet into their own libraries, but I had only used their canonical version in #RandomForms, so this was a nice further use. Bonus: all testing for this has been done via my insane iOS-simulator-multitouch-mcp setup!
"SwiftUI is accessible by default" is one of the most repeated misconceptions in iOS development. I've heard it in conference talks, accessibility reports, and job interviews. It's not true.
First post on Mobile A11y in 4 years. Felt like a good one to come back with. Hope you enjoy it.
#Accessibility #a11y #MobileA11y #SwiftUI #swiftlang #swift #iOS #iosdev
Got the spring version of the site up and deployed! Tomorrow night, let’s add the new locale icons we made the other day, and hope TestFlight finishes review hahahaha… See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/QwEXu_8Ivkc
⏮️ Playlist so far: https://www.youtube.com/playlist?list=PLRxjf93xotuofCtaxtGOcWeuxVZYJyY-m
📲 Download Jiiiii: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=MastodonCCStreams&mt=8
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
I'm making a seasonal anime guide app, in the open for all to experience and learn from.
While we (still still) wait for TestFlight, let's update the main site for spring!
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #SwiftLang #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/NHg57tBA2fE
In order to avoid truncating the date field of a date+time in a DatePicker, I had to split the field into a .date and an .hourAndMinute instead of displaying them both together. This *might* be a localization thing, so be careful.
Also, here's a link to Harry Vanderspeigle discussing this bug: https://www.youtube.com/watch?v=V6oUs5TQa-U

SwiftUI Architecture book is #1 new release and part of "Amazon Hot New Releases".
Ebook: https://azamsharp.school/swiftui-architecture-book.html
Paperback: https://a.co/d/07J7F1CN

It is disheartening to realize that all supposed benefits of using the apple ecosystem of frameworks are offset by the insane amount of bugs, performance issues and general lack of care.
#AppleAt50 #Swift #SwiftLang #swiftui #iOS #macOS
In the #LetterSet app, I have a library called paper-construction, which is used for creating construction and lined paper. I’m currently working on on on the opposite, paper-destruction, and it is lovely!