AWS Amplify AdminUI Sandbox | Win $1000 Prize
Feb 11, 2021, 3:48 PM
14:21
Kilo Loco shows you how to get up and running with AWS Amplify AdminUI Sandbox and an opportunity to win between $500 - $1,000. This tutorial will cover creating models, enum, and custom types, as well as adding the generated native code...
Swift Community #5 β Core Data (with Donny Wals)
Feb 11, 2021, 11:00 AM
31:19
#iOS #swift #softwaredeveloper #iosdeveloper
Thank you for watching this video π
For more content, you've got Donny's website π https://www.donnywals.com
And, of course, his book "Practical Core Data" π...
Flutter vs Native iOS
Feb 11, 2021, 10:30 AM
09:08
Hey, it's Tom! Dart vs Swift? Flutter vs iOS SDK? If you are not sure which one to choose feel free to watch this video. In this episode, I'm trying to compare both languages and platforms in terms of performance, learning curve, everyday...
SwiftUI Weather App 10: Switching Units and AppStorage
Feb 11, 2021, 9:38 AM
08:25
Switch between Metric and Imperial with no new API requests. Save location and unit choice in UserDefaults with AppStorage.
***NOTE**** You will need your own API Key. See Video #2
If you find this video series helpful, please...
Networking Requests in Flutter | Day 10 - #30DaysOfFlutter
Feb 11, 2021, 2:36 AM
15:56
Kilo Loco shows you how to interact with an API and request data from a server using a networking request. This tutorial will cover how to use the http package, understanding JSON, and how to display that JSON on screen.
*** Show Notes...
Future of iOS App Development, Live! π with Antoine v.d. Lee & Donny Wals
Feb 10, 2021, 12:27 PM
Join us for this first Swift Community Live!Β π
Antoine, Donny and I will discuss exciting trends in iOS app development!Β Expect to hear about async/await, SwiftUI, SPM and othersΒ π±
We're looking forward to meeting you in the chat π§π½βπ»π¨π»βπ»π©π»βπ»
SwiftUI Weather App 9: ForecastList ViewModel
Feb 10, 2021, 9:49 AM
06:02
Continue work on the MVVM design pattern by adding in a ForeCastList ViewModel and introduce an Observable Object.
***NOTE**** You will need your own API Key. See Video #2
If you find this video series helpful, please consider buying me...
Share Widget Screenshots with Flutter | Day 09 - #30DaysOfFlutter
Feb 10, 2021, 2:25 AM
08:51
Kilo Loco shows you how to take screenshots of your custom widgets and share them outside of the app. In this tutorial, you will learn how to use both the screenshot and share libraries.
*** Show Notes and Links ***
Project...
Judging Your Apps! #1
Feb 9, 2021, 11:34 AM
34
Today I go through your apps and give helpful criticism to make it better. Enjoy!
Check out some of the apps featured today:
Tube Runner - https://apps.apple.com/gb/app/tube-runner-london-tube-times/id1061424347
TicTacBaby -...
What the heck is type erasure? π€
Feb 9, 2021, 11:22 AM
09:15
#iOS #swift #softwaredeveloper #iosdeveloper
Thank you for watching this video π
Get the code shown in the video π https://bit.ly/2N5Hdp5
"Different flavors of type erasure in Swift" by John Sundell π...
SwiftUI Weather App 8: Forecast ViewModel
Feb 9, 2021, 9:43 AM
08:10
Start the transformation to the MVVM design patter by creating a Forecast ViewModel to display the contents of a single day forecast.
***NOTE**** You will need your own API Key. See Video #2
If you find this video series helpful, please...
5 iOS Developer Portfolios - Review & Critique | Feb 2021
Feb 9, 2021, 8:54 AM
15:51
Head to https://squarespace.com/seanallen to save 10% off your first purchase of a website or domain using code SEANALLEN.
In today's video I review/critique a few iOS developer portfolios. You'll get a chance to see a bunch of different...
Your First App Store App. Ideas, Inspiration, and Beginner Mistakes
Feb 9, 2021, 8:00 AM
07:03
Your first App Store app can really strengthen your overall package when applying to iOS jobs. But choosing the right idea can be tough. This video provides information on how to come up with an idea, inspiration, and mistakes to...
Setting up - SwiftUI Starter Project 1/14
Feb 9, 2021, 7:21 AM
03:58
In this initial video I walk you through the project we'll be making, create the initial Xcode project, then add the assets required for the rest of the series.
This is a 14-part project that walks you through building a SwiftUI project...
Adding TabView and tabItem() - SwiftUI Starter Project 8/14
Feb 9, 2021, 6:28 AM
06:10
In this video we add a second view to show the current order, then wrap both our SwiftUI views in a TabView with an icon and title.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to...
Presenting an alert - SwiftUI Starter Project 12/14
Feb 9, 2021, 6:28 AM
03:19
In this video we look at how alerts work in SwiftUI, then add one in our checkout view to show a final confirmation to users.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work...
Bindings and forms - SwiftUI Starter Project 9/14
Feb 9, 2021, 6:28 AM
07:28
In this video we dive into SwiftUI's amazing forms system, adding a picker to let users select their method of payment.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work...
Formatting number strings in SwiftUI - SwiftUI Starter Project 11/14
Feb 9, 2021, 6:28 AM
03:09
In this video we adjust the way our total string is shown in the app by adding an interpolation format specifier.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work alongside my...
Displaying a detail screen with NavigationLink - SwiftUI Starter Project 5/14
Feb 9, 2021, 6:28 AM
13:57
In this video we create a detail screen using images and a ZStack, then show it using NavigationLink.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work alongside my book...
Wrap up - SwiftUI Starter Project 14/14
Feb 9, 2021, 6:28 AM
01:45
In this final video I recap what was covered, then provide suggestions for where you can go to continue learning SwiftUI.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work...
Adding swipe to delete and EditButton - SwiftUI Starter Project 13/14
Feb 9, 2021, 6:28 AM
04:55
In this video we let users remove items from their order using swipe to delete and by tapping an Edit button in the navigation bar.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to...
Observable objects, environment objects, and @Published - SwiftUI Starter Project 6/14
Feb 9, 2021, 6:28 AM
06:06
In this video we look at how the ObservableObject protocol and @Published property wrapper allow us to use dynamic content in SwiftUI views.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's...
Polishing designs with fonts and colors - SwiftUI Starter Project 4/14
Feb 9, 2021, 6:28 AM
08:27
In this video we add some styling to our list rows using fonts, colors, clipping shapes, and more.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work alongside my book SwiftUI...
Two-way bindings in SwiftUI - SwiftUI Starter Project 10/14
Feb 9, 2021, 6:28 AM
13:24
In this video we take a closer look at how bindings work in SwiftUI, then add a toggle switch, text field, and more.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work alongside...
Adding items to an order with @EnvironmentObject - SwiftUI Starter Project 7/14
Feb 9, 2021, 6:28 AM
09:08
In this video we look at how @EnvironmentObject lets us share data across different views in our app, then add a button to let users order some food.
This is a 14-part project that walks you through building a SwiftUI project from...
Composing views to create a list row - SwiftUI Starter Project 3/14
Feb 9, 2021, 6:28 AM
07:59
In this video we use HStack and VStack to create a new SwiftUI view to represent individual rows in our list.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to work alongside my...
Building a menu using List - SwiftUI Starter Project 2/14
Feb 9, 2021, 6:28 AM
16:02
In this video we create a table using SwiftUI's List view, then add sections and a NavigationView to make it look better onscreen.
This is a 14-part project that walks you through building a SwiftUI project from scratch. It's designed to...
Save Data to Shared Preferences in Flutter | Day 08 - #30DaysOfFlutter
Feb 9, 2021, 3:58 AM
31:27
Kilo Loco shows you how build settings page and save all the selected values to Shared Preferences. In this tutorial, you will learn about the different types of List Tiles, converting enums to and from savable states, and retrieving...
Swift 5.4, SwiftUI Actions, Blackbox, Be Humble, How to Get into FAANG & More
Feb 8, 2021, 10:41 AM
08:36
Swift News comes out every Monday - Subscribe or follow me on twitter to be notified of new episodes. In this episode we discuss what's coming up in Swift 5.4, iOS Feeds, passing methods into SwiftUI view actions, and indie app development...
SwiftUI Weather App 7: Building the ListView UI
Feb 8, 2021, 9:52 AM
11:30
Build a SwiftUI List to display the results from your API request from OpenWeatherMap.
***NOTE**** You will need your own API Key. See Video #2
If you find this video series helpful, please consider buying me a coffee so I can continue...
Build Tic-Tac-Toe with Flutter | Day 07 - #30DaysOfFlutter
Feb 8, 2021, 3:50 AM
47:33
Kilo Loco shows you how build out Tic-Tact-Toe in Flutter without using any third party dependencies. In this tutorial, you will learn about implementing functionality in Dart to handle multiple use cases for the game.
*** Show Notes and...
How to get a job in iOS development (Junior iOS developer or Entry level iOS developer)
Feb 7, 2021, 1:00 PM
19:33
Welcome back to the channel ππΎ In today's video, we will take a bit of break away from coding to discuss an iOS career development topic. if you're new to iOS development, swiftui, uikit, xcode or have just started your journey
into iOS...