kanvas-ios
kanvas-ios copied to clipboard
Kanvas: a creation tool for iOS
What happened: - Created a story with many slides then deleted a few. - A gap appeared in the thumbnail bar that wouldn't go away The app crashed shortly after...
If you press on the text button you can pull the button across the screen. Video (happens at 13s): https://d.pr/v/IJpJDa
The sound toggle should be to the right of the text button so the position of the text button doesn't change when moving between slides with / without audio. Also...
Current behavior: Tapping on a slide scrolls the thumbnail to be the very first thumbnail. Expected behavior: The scroll position of the thumbnail bar remains the same when tapping on...
Make the text padding and line height tighter for stories.
This adds a cache which `EditorViewController` can use to store expensive values calculated from media. For now, that consists of the media's dominant color data used by `EditorViewController.addCarouselDefaultColors()`. This dramatically...
Add documentation generated by Jazzy. We want to expose the in-line documentation from our source files for users to read. This adds the [jazzy](https://github.com/realm/jazzy) gem and generated `docs` folder which...
Dismiss text editing when tapping outside of the text field. This works most of the time. It may be the bottom text controls intercepting touches.
The fade transition feels like it slows the interactions down. - Change to modal transition when presenting Kanvas. - Speed up fade transitions (camera to editor) pbMoDN-1Hv-p2#comment-3596
The text layers are sometimes mis-positioned when transitioning into the editing state. I believe there are two labels on screen at once in this situation while the editing transition occurs....