Interactive tutorial demo

Home

I've been revisiting my notes from the time when I was studying UIKit, and I discovered that the notes are challenging to comprehend, even though Notion offers excellent tools for organizing lists, such as toggles and nested elements.

Most programming concepts are best explained in a step-by-step manner, but the typical note-taking tools do not enable you to clearly delineate the changes occurring at each step in the code while maintaining a good overview of the context.

Here's the concept: A tool that allows you to input code with numbered comments, which would then analyze the code and break it down into steps based on these comments:

Feel free to try out the demo below!. Use ↑ and ↓ on your keyboard to navigate between slides.

DEMO: Intro to UITableView