Learn how to add mobile banner ads to your app so that you can monetize it! We'll use AdMob ads in this tutorial. Source Code / Xcode Project https://www.fac...
I'll teach you how to make full screen scrollable cards like you see in welcome and on-boarding sequences! Source Code/Xcode Project: https://www.facebook.co...
Let me show you how to easily create app icons for your apps! Quick Jump Links 00:25 App icon specs and guidelines 05:04 Vector vs raster graphics programs 0...
This tutorial is about adding Web View in iOS apps using WKWebView. I've used Xcode 9 and Swift 4 for this tutorial. Adding Web View in iOS apps is not a very tough task. I've kept this tutorial very simple so that anyone can learn it just by going through this post only once. I hope you'll like it. Thanks
Run Swift for Windows without any extra software or paid services!
Links:
- SEFiddle:
http://play.swiftengine.io/
- Learn Swift Lessons Playlist:
https://www.youtube.com/playlist?list=PLMRqhzcHGw1ZqzYnpIuQAn2rcjhOtbqGX
- Swift Cheat Sheet:
https://codewithchris.com/swift-cheat-sheet/
This is a game changer for everyone who doesn't have access to a Mac because you'll be able to try out Swift code straight from your browser window!
Even if you do have a Mac, this is going to allow you to quickly and easily test out Swift code without firing up Xcode.
The code snippets are also shareable via links so I can link to any Swift code snippets that I show in my videos.
I'm most excited for all of those beginners who feels stuck because they have a Windows PC and can't download Xcode. No more excuses; let's learn!
If this helped you at all, please give it a thumbs up and share it with your friends and co-workers!
Now that you can flip and match cards, when does the match end? In this lesson, you’ll implement a countdown timer so that the player only has a short amount...
In the last lesson you built the card flipping functionality. In this lesson, you’ll implement the logic for the game. You’ll code up the logic for determini...
This is it! We’re going to get some animated card flipping happening in this video. By the end of this lesson, you’ll be able to tap on a card to flip it ove...
This is a critical video in your growth from beginner to an intermediate level iOS Developer. If you’re building apps, you need to know how to debug and trou...
Have you ever wondered how to organize your Xcode Project? How do you write code that is well organized and easy to read? Where do you put new files? Where d...
This lesson is super important! The protocol and delegate pattern is used by many user interface elements in UIKit to communicate with the view controller. I...
In this lesson, you’ll be setting up the custom classes that we talked about earlier in Lesson 2 when we went over the architecture for our Match app. This v...
In this lesson, you’ll be diving right in and starting a the Xcode project, including setting the orientation for the app and setting up some of the user int...
In this video, you'll learn about a KEY design pattern that will help you write reusable and code that is easily maintained. This Apple-recommended design pa...
In this video, I'll show you the app you'll have built by following this series as well as all of the new skills you'll learn! You'll learn how to work with ...