Learn Sketch – Feel Free To Learn Awesome Coding.

Learn Sketch Sketch is a design tool entirely vector-based and focused on user interface design. Create your own Download Source Code Download Introduction to Sketch Basic Tools Sketch is a design tool entirely vector-based and focused on user interface design. It’s easy to pick up and costs a fraction of the price of Photoshop. Because of its […]
Developers & Designers Jobs! Jobs in dubai!

WordPress Developer We are looking for a WordPress Developer to join our team. You will work with other Developers and Product Managers throughout the software development life cycle. In this role, you should be a team player with a keen eye for detail and problem-solving skills. If you also have experience in Agile frameworks and […]
Learn how to create a Sidebar navigation for iOS, iPadOS and macOS! SwiftUI Tutorial!
The sidebar allows you to utilize the larger screen of the iPad and macOS. It’s also a common navigation interface seen on websites. It consists of a menu that is situated on the left side of the screen. Just like the Tab Bar, it navigates the main content. https://youtu.be/ldFziEuT_vE Downloads To follow this tutorial, you can […]
Use the color picker and images list to set your colors and images directly in the code! SwiftUI Tutorial!
Xcode has the ability to embed colors and images directly in code. This is done with the help of Color Literals and Image Literals. https://youtu.be/3FcyjJb71a4 Downloads To follow this tutorial, you can download the source file, which will help you compare your progress. Color Literal A color literal allows you to select colors using a color picker […]
How to use system icons for Apple platforms with different size, scale and multicolor! SwiftUI Tutorial!
Apple provides a set of over 2,400 configurable symbols that you can use in your app. They work seamlessly with San Francisco, the system font for macOS, iOS, iPadOS, watchOS, and tvOS. https://youtu.be/AW5WFJSmNtE Downloads To follow this tutorial, you can download the source file, which will help you compare your progress. SF Symbols SF Symbols are highly […]
How to import images from Figma to Xcode using PDF, PNG and JPG! SwiftUI Tutorial!
Downloads To follow this tutorial, you can download the source file, which will help you compare your progress. JPG There are four types of images that are common in iOS. JPG is great for photos that is in full size and require no transparency. For best optimizations, it is recommended to generate 1x, 2x and 3x. PNG […]
Learn how to use HStack, VStack, ZStack with spacing and alignment! Swiftui Tutorial
Stacks in SwiftUI are similar to the stack views in UIKit. By combining views in horizontal and vertical stacks, you can build complex user interfaces for your application. There are 3 types of stacks: HStack, VStack and ZStack. Downloads To follow this tutorial, you can download the source file, which will help you compare your progress. https://youtu.be/84MjUQSBaeo […]
SF Symbols and List Styles! Swiftui tutorial!
Using SF Symbols 2 and the new list styles in iOS 14. Here you’ll learn how to work with SF Symbols. We’ll be adding multicolor icons to our app, it is a new icon category introduced by Apple with SF Symbols 2. In addition to this, we’ll also be adding a list layout.
SwiftUI HandBook (All about SwiftUI)

SWIFTUI HANDBOOK A comprehensive series of tutorials covering Xcode, SwiftUI and all the layout and development techniques. 1 Visual Editor in Xcode DESIGN YOUR LAYOUT USING THE INSPECTOR, INSERT MENU AND MODIFIERS In this tutorial, we’ll take a quick look at how to create a simple layout by only using the visual editing tools and […]
Using Sign in with Apple with SwiftUI
