How to Use IBOutlets & IBActions in Swift 5 - Xcode 11 (2020 iOS Tutorial)

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

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

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

    Man, this is the most straightforward and to the point! I'll prolly go buy your courses now :)

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

    Very new to working in Xcode here and this tutorial was amazing, well done!!!

  • @jel1951
    @jel1951 2 года назад

    I had that exact problem you described at 2:47 minutes, thank you!

  • @user-yy1rt9jl2w
    @user-yy1rt9jl2w Год назад

    thank for video

  • @andressaneumann3454
    @andressaneumann3454 4 года назад +3

    thanks alot for this video! 🥰

    • @iOSAcademy
      @iOSAcademy  4 года назад

      You're welcome! Make sure to subscribe and like for more :)

  • @weebpianoguy720
    @weebpianoguy720 4 года назад

    I have a problem connecting my @IBOutlet to a different ViewController, it doesn’t show up when u try to reference it. any ideas yyy?

    • @shotsbyjayy_4290
      @shotsbyjayy_4290 4 года назад +1

      Having the same problems . All I get is UIResponder smh

    • @weebpianoguy720
      @weebpianoguy720 4 года назад +2

      I think I know why, I never realized that there was an identity inspector where u can change the identity to properly reference it.
      So I think we write:
      class (name of identity): UIViewController {
      }

    • @keziahmateo1032
      @keziahmateo1032 2 года назад

      @@weebpianoguy720 worked for me. Thanks!