Make UIKit Apps on Your iPad in Swift Playgrounds

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 5

  • @willhewston7349
    @willhewston7349 2 года назад +1

    Useful video, thanks! I am making a swift game for CS A-Level coursework, so hope to incorporate UIKit with SpriteKit

    • @StevenLiptonMakeAppPie
      @StevenLiptonMakeAppPie  2 года назад +1

      You are welcome, glad it was helpful. If you are doing all your coding in SpriteKit, you might want to use SpriteView in SwiftUI for better integration. here's an article about the code for that. I'll eventually get to a video about it. www.createwithswift.com/using-spritekit-in-a-swiftui-project/

  • @떼껄룩-x1t
    @떼껄룩-x1t 11 месяцев назад

    thank you

  • @y.a.c.
    @y.a.c. 2 года назад

    I’m still confused as a beginner, how can I get rid of the buttons and run my own code??

    • @StevenLiptonMakeAppPie
      @StevenLiptonMakeAppPie  2 года назад +1

      AS beginner, I'd suggest you don't take on UIKit programmatically. That's a rabbit hole that will only discourage you. Check my series on SwiftUI for details of starting from scratch making Swift UI.