Engin Kurutepe
Engin Kurutepe
Hello there, I'm new to Cabbage and I'm struggling to figure out how to overlay image content on top of another video. Overlaying video on top another video works fine....
iOS 15.5 removed the `alert(item: Binding, content: (Item) -> Alert)` modifier which was super useful to construct an Alert based on the item wrapped by the Binding. the replacement `alert(isPresented:...
Moved the CLTokenInputView related classes out to a framework and added a shared framework scheme such that Carthage can automatically build the framework.
`UICollectionViewLayoutAttributes` should not be hardwired because a subclass could have registered a different `layoutAttributesClass`. If not it defaults to `UICollectionViewLayoutAttributes` anyway.
This stores the blobs in separate files based on their id and adds auto deletion of blob files after transfer is completed.
This provides a simple way to handle of signup. Seems to work but does not do any error handling etc.
Huge thanks for providing this. Looking at the iOS code I see that new signups are not handled on the iOS client. Is this a limitation of the backend as...
First of all, thanks for this great library! Now that OpenGLES has been deprecated since iOS12, are there any plans to port JotUI to Metal? How much work do you...
Currently the auto generates names like Person 3.
The current implementation only shows "Correct" and "Wrong" buttons. Wrong button simply creates a new person. It should show "Correct" button and a list "No this is Person X" for...