Steven Lipton
Steven Lipton
  • Видео 96
  • Просмотров 29 441
Make Swift Playgrounds apps: @State and Toggle Buttons
Critical to interaction in Swift UI is @State variables. Learn what they are and what they do while making your first button and learning basic button interaction.
Просмотров: 546

Видео

Make swift Playgrounds Apps: ScrollView and List
Просмотров 225Год назад
Learn to scroll your entries from the ForEach we learned in a previous lesson using Lists and Horizontal and Vertical ScrollViews.
Make Swift Playgrounds Apps: Importing Models and Assets
Просмотров 422Год назад
Time to move from wireframe to data. We'll move the model and the assets it use to the project, then adjust the project to use these new images and data. Learn how to import from a files into Playgrounds and some of the tricks to identify problems with models.
Make Swift Playgrounds Apps: Protocols, Hashable, and Identifiable
Просмотров 95Год назад
Fix the error from the last video by understanding what a protocol is, and how the Hashable and Identifiable protocols help you write streamlined code for iteration like the ForEach
Island Style Art with Procreate
Просмотров 28Год назад
The latest in my Procreate series, using the techniques I used in the Huli Pizza Company Accounting movie. Learn how to paint a scene common to the Islands and fabric painting, even if you can't draw.
Make Swift Playgrounds Apps: for Loops
Просмотров 56Год назад
Arrays can be powerful tools for organizing data. However, they need some special friends to realize their full potential. Those friends are loops. And of all the loops, the for loop is an array’s very best friend. Let’s see why. ruclips.net/video/7Xfvd4iw-OM/видео.html
Make Swift Playgrounds Apps: Using ForEach in Swift UI
Просмотров 61Год назад
The next installment in the Swift Playground app series. We'll go back to SwiftUI and look at the parallel Object to the for Statement in Swift and explore most of its similarities and differences.
The Huli Pizza Company Learns Basic Accounting
Просмотров 50Год назад
When four Hawaiian surfing friends decide to take their custom pizzas to an open market, they learn how to keep track of their money with some basic accounting. If you know nothing about accounting, learn the basics of accounting along with Nova, David, George, and Keiko as they build the accounting system for their company. Learn about the accounting equation, the chart of accounts, credits, d...
Make Swift Playground Apps: Arrays
Просмотров 84Год назад
Learn about arrays in swift, one of themes common data structures for storing collections of information.
Make Swift Playground Apps: Computed Properties
Просмотров 46Год назад
We've looked at functions earlier, now it's time to look at another way to create values: Computed properties. A computed property is a variable declaration which, instead of equals has a code block that assigns the value. One you do this, the variable becomes read only, you can't assign values to it. We'll use computed properties to clean up our code and quickly derive values.
Make Swift Playground Apps: Formatting with .formatted()
Просмотров 85Год назад
We're back for season 2! In this lesson we'll learn how to use .formatted() to make our output look more professional. Learn how to make dates, numbers and currency work not only in your locality but around the world with localization. #swifttutorial #swiftuitutorial #swiftplaygrounds ruclips.net/video/DGZS0LoSfTA/видео.html
Make SwiftPlaygrounds Apps: The View Hierarchy
Просмотров 1282 года назад
In the continuing series about #swiftui in #swiftPlaygrounds, we'll explore the view hierarchy by adding a struct to communicate to all parts of our app.
Make Swift Playgrounds Apps: Models and Views
Просмотров 2552 года назад
Learn the difference between a model and a view and when you use a class or a struct to make either. We'll build a simple model and let it populate the views we've previously made. Code available on GitHub: github.com/MakeAppPiePublishing/PlayUI_13_ModelAndView (repost due to error)
Make Swift Playgrounds Apps: Structs and Classes
Просмотров 2552 года назад
You’ve made your own functions. You’ve learned how to declare and use variables. Now we’ll tie both of those together and make your own types. You'll learn structs and classes which, as you’ll see, is at the heart of Swift Programming while finding out what their fundamental difference is. #swiftUI #Swift #iosdevelopment Source code can be found on GitHub Here: github.com/MakeAppPiePublishing/P...
Make Swift Playgrounds Apps: Create Custom Functions
Просмотров 1562 года назад
Learn to make custom functions. We'll explore the syntax of functions, and how to return one or more values using if and multiple return statements. Finally, we'll return a SwiftUI Object in a function. You can find the download files here for Swift Playgrounds 4 to follow along: github.com/MakeAppPiePublishing/PlayUI_10 Note: We'll be On Hiatus until Mid October.
Make Swift Playgrounds Apps: More if{}else{}
Просмотров 1872 года назад
Make Swift Playgrounds Apps: More if{}else{}
Make Swift Playgrounds Apps Using if{ }else{ }
Просмотров 1972 года назад
Make Swift Playgrounds Apps Using if{ }else{ }
Make Swift Playgrounds Apps: Variables and Scope
Просмотров 4202 года назад
Make Swift Playgrounds Apps: Variables and Scope
Make Swift Playgrounds Apps: Learn About Swift Types
Просмотров 3142 года назад
Make Swift Playgrounds Apps: Learn About Swift Types
Make a Still Life with Pen in Procreate
Просмотров 702 года назад
Make a Still Life with Pen in Procreate
Make swift Playgrounds Apps: Adding Images
Просмотров 2,3 тыс.2 года назад
Make swift Playgrounds Apps: Adding Images
Ink Washes for Fast Sketching in Procreate
Просмотров 7612 года назад
Ink Washes for Fast Sketching in Procreate
Make Swift Playgrounds Apps: Create New Files and Views
Просмотров 8942 года назад
Make Swift Playgrounds Apps: Create New Files and Views
SAP B1 User defined Values Part 3: Adding User Defined Values
Просмотров 8932 года назад
SAP B1 User defined Values Part 3: Adding User Defined Values
Quick Sketch with Ink Brushes in Procreate
Просмотров 2032 года назад
Quick Sketch with Ink Brushes in Procreate
Make Swift Playground Apps: HStack, VStack, and Layout
Просмотров 4872 года назад
Make Swift Playground Apps: HStack, VStack, and Layout
Run Real Apps with Swift Playgrounds for Mac 4.1
Просмотров 3202 года назад
Run Real Apps with Swift Playgrounds for Mac 4.1
SAP B1 User Defined Values Part 2: Dynamic Syntax in SQL
Просмотров 7882 года назад
SAP B1 User Defined Values Part 2: Dynamic Syntax in SQL
Hatching and Cross-Hatching with Color Pencil
Просмотров 5862 года назад
Hatching and Cross-Hatching with Color Pencil
Make Swift Playgrounds apps: Functions, Methods, and Modifiers
Просмотров 5452 года назад
Make Swift Playgrounds apps: Functions, Methods, and Modifiers