• Post category:StudyBullet-7
  • Reading time:3 mins read


Learn how to build 4 killer SwiftUI projects in SwiftUI

What you will learn

How to build a chat bot

Core Data

How to create a note taking app

Tic Tac Toe!

Description

What’s this course about?

In this course you’re going to learn how to build 4 killer iOS apps in less than 2 hours. So if you have some basic understanding of the Swift Language, and have opened Xcode a few times, or have experience from UIKit, this is a great next step!

What is SwiftUI? Source: Apple Developer Documentation


Get Instant Notification of New Courses on our Telegram channel.


SwiftUI provides views, controls, and layout structures for declaring your app’s user interface. The framework provides event handlers for delivering taps, gestures, and other types of input to your app, and tools to manage the flow of data from your app’s models down to the views and controls that users will see and interact with.

Define your app structure using the App protocol, and populate it with scenes that contain the views that make up your app’s user interface. Create your own custom views that conform to the View protocol, and compose them with SwiftUI views for displaying text, images, and custom shapes using stacks, lists, and more. Apply powerful modifiers to built-in views and your own views to customize their rendering and interactivity. Share code between apps on multiple platforms with views and controls that adapt to their context and presentation.

You can integrate SwiftUI views with objects from the UIKit, AppKit, and WatchKit frameworks to take further advantage of platform-specific functionality. You can also customize accessibility support in SwiftUI, and localize your app’s interface for different languages, countries, or cultural regions.

English
language

Content

About this course

Getting started

SwiftUI Projects

Messenger Chat Bot
Space News
Tic Tac Toe
iCalories (Core Data)

What’s next?

You’re done