Georgia Tech iOS Club
Georgia Tech iOS Club
  • 17
  • 28 482

Video

Intro to iOS App Development: Building A Flashlight App Using UIKit
zhlédnutí 727Před 2 lety
This tutorial will teach you the basics of iOS development in UIKit by walking you through how to build a flashlight app. The resources for this tutorial can be found at: drive.google.com/drive/folders/1LfC9JMHakCZDChbnFJq_53vXUcqzpgl0?usp=sharing
Mac Catalyst | Build macOS Apps Using UIKit | iOS Tech Talk
zhlédnutí 1,1KPřed 2 lety
Build fully functional Mac apps using your existing UIKit knowledge. With Xcode 11 and later, you can create a Mac version of your iPad app using Mac Catalyst. Configuring your app for Mac can take just a click in a checkbox, although you may need more steps, depending on the features and frameworks that your app uses. Presented by Phil Zakharchenko
Intro to Metal and MetalKit on iOS and macOS | iOS Tech Talk
zhlédnutí 1KPřed 2 lety
Learn how to take advantage of vast hardware capabilities on iOS and macOS. Presented by Maksim Tochilkin
UI / UX Design for IOS and macOS Developers | iOS Tech Talk
zhlédnutí 221Před 2 lety
What's good UI design? Learn how to apply the principles of Human Interface Design to your new and existing apps. Presented by Michael Koohang
Intro to UICollectionView | iOS Development Tutorial
zhlédnutí 150Před 2 lety
Collection Views are a common component in iOS apps. Learn how to harness them by building a Reminders app. Presented by Maksim Tochilkin
Introduction to SwiftUI | iOS development Tutorial
zhlédnutí 122Před 3 lety
We are the GT iOS Club, part of the Georgia Institute of Technology. In this session, Tanmoy Panigrahi teaches you how to make a meal logging and calorie tracking app using SwiftUI.
Introduction to Metal with Swift | iOS Club @ Georgia Tech
zhlédnutí 2,2KPřed 3 lety
In this video, we introduce Metal - Apple’s low-level graphics hardware API. We will cover the theoretical basis of what graphics API is, why it could be useful and render our first triangle to the screen. This iOS Lab session is taught by Maksim Tochilkin, a tech lead for 2020-2021 academic year. Learn more about what we do at gtios.club.
Intro to Animation | How to Create Animations in iOS
zhlédnutí 165Před 3 lety
Animations are a great way to add aesthetic and interactive value to your app. Learn how to create animations in iOS by making an animation gallery.
iOS development Tutorial | Learn how to make a weather app using an API call
zhlédnutí 289Před 3 lety
We are the GT iOS Club, part of the Georgia Institute of Technology. In this session, Tanmoy Panigrahi teaches you how to make a simple weather app using the OpenWeatherMaps API (openweathermap.org/api), protocols, and the delegation design pattern.
Apple Development Stack | Swift & Swift Optionals | iOS Club @ Home
zhlédnutí 147Před 4 lety
We are the GT iOS Club at the Georgia Institute of Technology. In this at-home quarantine edition, Cliff Panos teaches you the background of Apple Development and introduces Swift and Swift Optionals concepts.
Data Persistence with UserDefaults and MapKit | iOS Development Tutorial
zhlédnutí 196Před 4 lety
Today we will build the Pin Drop app and learn how to incorporate UserDefaults to save our data between launches. UserDefaults is a local database used to store persistent key-value pairs of data onto the user's device. As a bonus, we will also learn how to add MapKit and additional Gesture Recognizers to our app! Link to finished project and slides: github.com/gtiosclub/Pin-Drop GT iOS Club we...
Intro to SwiftUI | Build an iOS Game & Reminders App
zhlédnutí 539Před 4 lety
We are the GT iOS Club, part of the Georgia Institute of Technology. In this video, Nate Thompson teaches you the basics of SwiftUI development by making a Tap Game and a Reminders App. This game will have two buttons (2 players), it will keep track of the score, and each game will end after 10 seconds. GT iOS Club website: gtios.club We will be posting 2 videos a week, so make sure to subscrib...
Intro to UITableView | Build Your First Reminders App
zhlédnutí 202Před 4 lety
Table Views are a common component in iOS apps. Learn how to harness them by building a Reminders app. Link to finished project & slides: github.com/gtiosclub/Reminders GT iOS Club website: gtios.club/ We post 2 videos weekly, so make sure to subscribe to the channel! Instructor: Yassin Alsahlani ( YAlsahlani)
iOS Development Tutorial | Make a game with Alerts in Swift | Guess the Number
zhlédnutí 806Před 4 lety
We are the GT iOS Club, part of the Georgia Institute of Technology. In this video, John Jones teaches you about optionals and alerts by making a Guess the Number app.
iOS Development Tutorial | Intro to ARKit | iOS Lab (Advanced)
zhlédnutí 779Před 4 lety
iOS Development Tutorial | Intro to ARKit | iOS Lab (Advanced)
iOS development Tutorial | Learn how to make your first iOS App in Swift (No iOS experience needed)
zhlédnutí 1,9KPřed 4 lety
iOS development Tutorial | Learn how to make your first iOS App in Swift (No iOS experience needed)

Komentáře

  • @jean-claudegolovine5725
    @jean-claudegolovine5725 Před 2 měsíci

    Very good indeed. Many thanks

  • @DuhPhok
    @DuhPhok Před 5 měsíci

    Thank you for this, it still helps a lot - you even went above and beyond much love

  • @user-om4sh3yb8c
    @user-om4sh3yb8c Před 6 měsíci

    Thank you so much for this video

  • @MiaomiaoShi
    @MiaomiaoShi Před 10 měsíci

    Really interesting. Thank you for this video

  • @simply6162
    @simply6162 Před 11 měsíci

    i coiuldnt hear anything ... please someone help me where can i learn metal and 3d graphics overall

  • @benjici
    @benjici Před rokem

    this toutorial helped me after 1 Year perfectly without error, all other tutorial were not that what I wanted . Thanks soooo much

  • @michel041100
    @michel041100 Před rokem

    thanks it’s so easy❤

  • @siarheiramaniuk1419

    Thank you for this tutorial. It was pretty cool and helpful.

  • @unrealplays1940
    @unrealplays1940 Před rokem

    Sooo helpful!

  • @amymicrogoo5948
    @amymicrogoo5948 Před rokem

    nice tutorial , help me a lot ,thanks

  • @WhyAndHowAR
    @WhyAndHowAR Před rokem

    Thank you, well explained 👏🏼

  • @farisk9119
    @farisk9119 Před rokem

    Can you please put the link to your code if possible. Thanks

  • @ribosome8085
    @ribosome8085 Před 2 lety

    ❤❤❤ thanks a lot for your video! It's been very helpful for me!!

  • @_marlon
    @_marlon Před 2 lety

    Also, what's that intro track from?

  • @_marlon
    @_marlon Před 2 lety

    Awesome tutorial! Thanks a ton! There aren't too many videos out there on this and this is going to be super helpful. I'm torn about which one to choose for my app, Catalyst or SwiftUI. I'm assuming you can do more for the Mac experience with Catalyst.

  • @sdmf195
    @sdmf195 Před 2 lety

    Thank you for this. It's exactly what I need right now :)

  • @mrtek8095
    @mrtek8095 Před 3 lety

    If I could give this video more dislikes i would

  • @jacksparrow3443
    @jacksparrow3443 Před 4 lety

    Amazing Video!

  • @nsa8423
    @nsa8423 Před 4 lety

    What’s that funky track in the beginning?

  • @KidRipped
    @KidRipped Před 4 lety

    way better than the Apple Documentation on arkit, thank you sir

  • @KidRipped
    @KidRipped Před 4 lety

    I always wondered how app developers connected their UI to the code, makes sense now

  • @abhinavtirath7309
    @abhinavtirath7309 Před 4 lety

    Wow! I’ve never made an iOS application before, but this video was amazing and detailed!