I was happy to read Tib’s excellent article about a new HTTP server library written in Swift, Hummingbird. I immediately liked the modularity concept, so I created a tutorial to show its simplicity.
A toggle button is an UI element to allow users to switch between two states. The button typically displays the current state, and tapping on it will toggle the state to the other option.