Learn how to make an app even if you have no coding experience! (Brand new for 2019) This is a 10 part video series designed for beginners in mind to teach the fundamental skills for making apps on iOS.
In lesson 1, you'll learn WHAT you need to learn and then you'll dive right in and build your first Hello World app using Auto Layout.
This video series uses the latest and greatest from Apple (Xcode 10, Swift 5, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 1 Recap Notes:
This Auto Layout tutorial for beginners will start from scratch and teach you how to build user interfaces with Xcode and Interface Builder.
Learn how to make an app even if you have no coding experience! (Brand new for 2019) This is a 10 part video series designed for beginners in mind to teach the fundamental skills for making apps on iOS.
In lesson 2, you'll learn about Auto Layout which is the Xcode uses to size and position elements on your user interface.
You’ll work on a practical app user interface while learning the ins and outs of Auto Layout.
Learn how to add, edit and remove constraints to size and position the elements on your screen.
This video series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 2 (image assets, worksheet, bonus video training):
In this lesson, I’ll show you how to position elements using the uistackview element.
Stack Views allow you to position elements inside it without specifying constraints.
This can be a huge time saver when it comes to building the user interface for your own app.
In this lesson, you’ll build another user interface; this time, taking advantage of UIStackViews for positioning.
This video series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 3 (recap notes, worksheet):
In this lesson, you’ll use a combination of Stack Views and Auto Layout constraints to construct the War Card Game user interface.
Furthermore, it’ll work on multiple screen sizes and both portrait and landscape orientation.
In this lesson, you’ll also learn a new Auto Layout technique that’ll let you specify a constraint for a specific category of screens (known as a Size Class).
This video series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 4 Xcode Project and Recap Notes:
In this Swift tutorial for beginners, you’ll learn the basics of the Swift programming language starting with variables, constants and data types. These will form the building blocks for learning Swift programming!
This swift tutorial series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 5 (recap notes, worksheet):
In the previous Swift tutorial, you learned about variables, constants and data types.
You also learned how to write print statements and simple Swift code statements to assign data to variables/constants.
In this Swift tutorial, you’ll continue learning the basics of the Swift programming language by learning how to organize that Swift code into blocks of code called Functions.
This swift tutorial series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 6 (recap notes, worksheet):
In this Swift tutorial for beginners, what you learned about variables and functions come together to form the final piece to understanding how Swift code translates to making your app work.
You'll learn about Swift programming concepts such as classes, objects, properties, methods and dot-notation.
Although that might sound like gibberish right now but after you've watched this lesson, you'll see a bigger picture of the inner workings of an app!
If you have any questions, just let me know in the comments below!
This swift tutorial series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 7 (recap notes, worksheet):
In this lesson, you'll see how the Swift programming basics you learned in the last three lessons actually relate to the Xcode project of the War card game.
I'll point out each piece of your Xcode project that applies to what you learned in the previous three lessons.
Furthermore, you'll learn how to use Swift code to manipulate the user interface elements on your storyboard!
If you have any questions, just let me know in the comments below!
This swift tutorial series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 8 (recap notes, worksheet):
Now that you’ve connected your button to the View Controller, we can write code to change the images whenever the button is tapped.
In this video, you’ll learn how to change the images shown in the user interface of your app via code and furthermore you’ll learn how to randomize the images that are selected and shown with each tap of the button!
If you have any questions, just let me know in the comments below!
This swift tutorial series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 9 (recap notes, worksheet):
Learn how to write Swift code that can make decisions!
In this video, you'll learn how to write IF Statements which are used everywhere! IF Statements allow you to execute some Swift code only if a specific condition is met.
You'll learn how to use these IF Statements in an Xcode playground first and then you'll apply your new skills to the War Card Game project!
If you have any questions, just let me know in the comments below!
DID THESE LESSONS HELP YOU?
Please let me know!
► https://codewithchris.com/submit-story/
This swift tutorial series uses the latest and greatest from Apple (Xcode 10, Swift 4, iOS 12) and will teach a beginner with no programming experience how to make iPhone apps. I'm creating these videos with the assumption that the student has no prior knowledge and is starting from scratch.
SUBSCRIBE TO MY CHANNEL ► http://bit.ly/2re4GH0
_________________
FREE RESOURCES (download links)
Lesson 10 (recap notes, worksheet):
This video is a short display of how to animate color in text with Sketchbook. The animation technique can be used in a variety of ways to animate various projects. It is also a simple project to complete to start learning animation in Sketchbook.
Sketchbook: https://sketchbook.com/
Gimp: https://www.gimp.org/
I do this for fun!
Like, subscribe, and stay tuned.
Instagram: https://www.instagram.com/mr_ovbe/
Twitter: https://twitter.com/Mr_OVBE
Building Black-owned Businesses To Create Sustainable Multigenerational Wealth
Sponsored by Walmart
Black businesses can no longer be limited to being small businesses. When it comes to closing the racial wealth gap in America, it is no longer enough to merely launch profitable Black-owned ventures. Today, the challenge is to create businesses that can achieve the size and scale necessary for real, sustainable wealth. You won’t want to miss this necessary conversation about what it means to level up our approach to Black entrepreneurship, to create competitive, investable companies with real value in the marketplace.
Moderator
• Alfred Edmond, Jr., SVP/Executive Editor-at-Large, BLACK ENTERPRISE
Speakers
• Damien Dwin, Founder & CEO, Lafayette Square
• Wayne Hamilton, VP/Indirect Tax, Walmart
With all the business entities out there you might be thinking about forming an LLC. Well...don't form an LLC until you watch this video!
HOW TO WORK WITH ME
\ud83d\udcdeBook a Professional Tax Strategy Consultation: https://karladennis.com/youtubeconsult
MY PROGRAMS
\ud83e\udd11 Learn The Same Strategies The Rich Use To Live Tax Free: https://taxfreelivingbundle.com
\ud83c\udfe1 Tax Alchemy Real Estate Tax Program: https://taxreduction.link/taxsaver
JOIN MY TAX STRATEGY BOOTCAMP
\ud83d\udcc8 See How The Tax Free Challenge Changes Your Life: https://www.thetaxfreewealthchallenge.com/join-thechallenge
#taxes #taxfreeliving #taxexpert #taxreduction
*Disclaimer: I am not a financial advisor nor am I an attorney. This information is for entertainment purposes only. It is highly recommended that you speak with a tax professional or tax attorney before performing any of the strategies mentioned in this video. Thank you.