Skip to main content

2 posts tagged with "Menu"

Our 'Menu' tag archive features a collection of tutorials and articles aimed at helping you create effective and responsive menus for your applications and websites.

View All Tags

How to Implement a Navigation Drawer in SwiftUI

· 4 min read
Full Stack Developer

Welcome back to a new tutorial of our SwiftUI series. In this tutorial, we are going to learn how to implement a navigation drawer in SwiftUI, also know as side menu, side bar menu or hamburger menu. If you have ever worked with it in UIKit, you will understand its nature thoroughly. We will simply create a ViewController and assign it as a quick navigator.

Creating a Responsive Navigation Menu with React

· 9 min read
Engineering Team

In this tutorial, we will learn how to create a responsive navigation menu with React. A responsive navigation menu is an essential component of any website as it allows users to navigate through different pages or sections of the website easily, regardless of the device they are using. By the end of this tutorial, you will have a fully functional and responsive navigation menu that can adapt to different screen sizes.