Working on @benkyobox.bsky.social, a simple but powerful memorization app: https://www.autorelease.io/benkyobox/
Live coding: https://www.twitch.tv/ancientbuho
Other: https://linktr.ee/juanarzola
#iosdev
#iosdev
Unfortunately 2 hurdles:
- wonky transitions when invoking an intent from a button. contentTransition() doesn't seem to help.
- Shortcuts `repeat` action does not continue to the next item.
#iosdev
Unfortunately 2 hurdles:
- wonky transitions when invoking an intent from a button. contentTransition() doesn't seem to help.
- Shortcuts `repeat` action does not continue to the next item.
#iosdev
#flashcards
#flashcards
#shortcuts
#shortcuts
That will complicate implementing Shortcuts / Siri views a bit
#SwiftUI
That will complicate implementing Shortcuts / Siri views a bit
#SwiftUI
because gotcha, id identity doesn't survive coding
developer.apple.com/documentatio...
but don't worry ids, have real ids in them (`id.id`).
such an intuitive API
because gotcha, id identity doesn't survive coding
developer.apple.com/documentatio...
but don't worry ids, have real ids in them (`id.id`).
such an intuitive API
the comments are replaced with html at build time (a python script that splits the master .md file into multiple pages), and component variables are replaced, using mustache (`{{ }}`).
the comments are replaced with html at build time (a python script that splits the master .md file into multiple pages), and component variables are replaced, using mustache (`{{ }}`).
also the test data became unintentionally poetic
#SwiftUI
also the test data became unintentionally poetic
#SwiftUI
Fun fact, rotationEffect doesn't work very well with .glassEffect, presumably because it doesn't change the view's geometry.
Had to animate the path inside the Shape for it to work with glassEffect.
#SwiftUI
Fun fact, rotationEffect doesn't work very well with .glassEffect, presumably because it doesn't change the view's geometry.
Had to animate the path inside the Shape for it to work with glassEffect.
#SwiftUI
Now we have:
- 3-column main library / calendar split view
- 2-column list / detail view (card lists, folders, etc)
- 1-column detail view (cards, annotations)
#BenkyoBox #mac
Now we have:
- 3-column main library / calendar split view
- 2-column list / detail view (card lists, folders, etc)
- 1-column detail view (cards, annotations)
#BenkyoBox #mac
Also, glassy buttons on 26 #iosdev #flashcards
Also, glassy buttons on 26 #iosdev #flashcards
next time iOS maybe :)
#iosdev
next time iOS maybe :)
#iosdev
Why not just add it to the asset catalog? That way I can still keep the non-glass icon in the Asset catalog for iOS 18.
Why not just add it to the asset catalog? That way I can still keep the non-glass icon in the Asset catalog for iOS 18.