Skip to content

irangareddy/SwiftUI-Trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftUI Trends

Welcome to SwiftUI Trends Playground

If your interested in to watch preview please click here

Hello there, my name is Sai Ranga Reddy Nukala. I'm 20 years old, and I am from Hyderabad, India. I am fascinated by how mobile devices and applications influence our daily lives. I have always had a passion for App Development.

I started my iOS Development 3 months back. In these 3 months, I have learned Swift language and worked with the UIKit framework and SwiftUI framework. I love working with SwiftUI. So, I created this playground to understand the "UI Trends" in SwiftUI.

Most developers across the world told they love SwiftUI because it's easy and uses less code.

Why I have Created this Playground ?

The design industry has crossed many rivers to become innovative and immersive. While there are some brands like Uber with its design guideline or MailChimp who have understood and went with the flow, there are brands that are still not giving app design its fair share of attention.

The abbreviation UI stands for User Interface. It is the way through which users can interact with any mobile apps. Mobile app user interface design is aimed towards easy, enjoyable and effective interactions between users and the app. UI in IT is any device that allows users to interact with monitors, screens or mobile devices. The primary goal of mobile app UI principles is to provide the best interaction possible.

Apple Introduced SwiftUI to make UI more attractive and effective, with this framework we can create Classic Works. All I wanna say is UI is plays one of the key role in App Development. In this playground you will learn some best things in SwiftUI.

New to SwiftUI

In case you are a newbie, SwiftUI was introduced in WWDC19. It is a user interface toolkit that lets us design apps in a declarative way. That’s a fancy way of saying that we tell SwiftUI how we want our UI to look and work, and it figures out how to make that happen as the user interacts with it.

Declarative UI is best understood in comparison to imperative UI, which is what iOS developers were doing before iOS 13. In an imperative user interface, we might make a function be called when a button was clicked, and inside the function, we’d read a value and show a label – we regularly modify the way the user interface looks and works based on what’s happening.

SwiftUI Documentation

Topics you will be learned throughtout the playground are ?

Chapter 1: Strokes

  • How to create Strokes ?
  • How to manage light and dark modes in SwiftUI ?
  • How to create Segmented Control ?
  • What is @State and @Binding ?
  • How to diplay Image ?
  • How to use Slider ?

Chapter 2: Animations

  • Default Animation
  • EaseIn
  • EaseOut
  • EaseInOut
  • Linear
  • Spring
  • Interative Spring
  • How to use Picker ?

Chapter 3: Gestures

  • Tap Gesture
  • Longpress Gesture
  • Drag Gesture
  • Magnification Gesture
  • What is @GestureState ?
  • Difference between @GestureState and @State ?
  • How to create List ?
  • How to create Navigation View ?
  • How to create Navigation Link ?
  • Scale Effect ?
  • Using AVKit and playing audio ?
  • How to change Color of navigationBarTitle ?
  • How to display header in Detail GestureViews ?
  • How to create custom Data Model ?
  • How to fetch the data ?
  • Bar graphs
  • Line graphs
  • Pie Charts
  • How to use Capsules ?
  • How to add packages and use it ?
  • How to create tab bar ?

Chapter 5: Neumorphism

  • Geometry Reader ?
  • How to create shadows ?
  • How to create Outer Shadows ?
  • How to create Inner Shadows ?
  • How to present view through sheet ?
  • What is Identifiable Protocol ?
  • What is UUID() ?
  • How to use Rotation3DEffect ?
  • Divider ?

Prerequisites

  • Important:

Before Starting the Playground, its good to have knowledge about Stacks in SwiftUI. If not remember it like this

Have a good time 👍 !!!

Like to Connect

Instagram Twitter LinkedIn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages