Using StoryBoard In SwiftUI How To Embed StoryBoard In SwiftUI How To Use StoryBoard In SwiftUI

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • In this tutorial I will show you how to add a storyboard view inside of #swiftui Project.
    Have a look at my website where you can hire me or get in touch with me!
    www.tapaway.co...
    Check out my portfolio:
    www.tapaway.co...
    Buy and customise your own puzzles, merchandise and more from my website TapMart!
    www.tapmart.co...
    Follow me on twitter:
    / david__bolis
    Follow My Instagram Page:
    / tapmart_customgifts
    Check my Facebook Page out to see my latest projects:
    / tapawaysoftware
    Thank you for watching my video!
    Getting customer feedback is always very important in every project. Being able to quickly come up with a design or demo helps you collect all the feedback you need to kick off your project and guarantee customer satisfaction.
    FIGMA allows you to do so for free! Try FIGMA for free using the link below:
    psxid.figma.co...

Komentáře • 24

  • @fctylerfc
    @fctylerfc Před 2 lety +2

    Thanks man, great video :) Exactly what I was looking for

  • @petegruetter
    @petegruetter Před rokem

    Great video - exactly what I was looking for. Excellent explanation! Thanks 😊

  • @GagandeepKaur-ze1zj
    @GagandeepKaur-ze1zj Před rokem

    yes, it helps me alot. me and my friend was struggling with this kind of problem and it was our class project. I really appriciate it.

  • @mehdiabdi3773
    @mehdiabdi3773 Před rokem

    Thanks for the tutorial, fixed my problem.

  • @oneSaint
    @oneSaint Před rokem

    Super informative! Thanks!

  • @fredrikhakansson
    @fredrikhakansson Před 2 lety +2

    Thanks! Exactly what I was looking for... but for watchOS. Instead of UIViewController you would probably use WKinterfaceController from WatchKit, aso? Would it be possible to post a comment (or somewhere) equivalent code for ContentView, please?

  • @niravjain022
    @niravjain022 Před rokem

    Thanks for the insights...How does navigation to other view controllers work for this view controller inside the SwiftUI project? Do I have to write navigation in SwiftUI or it can be handled through storyboard?

  • @dylankeen7803
    @dylankeen7803 Před rokem

    Thank you so much!

  • @irfanabdulkhaliq3340
    @irfanabdulkhaliq3340 Před rokem

    thankx man

  • @ichrakbennejma8826
    @ichrakbennejma8826 Před rokem

    Thank you soo much

  • @iwatchappdevelopment4015

    Can you please guide me how can i do same thing in iWatch app?

  • @rahulkatore3219
    @rahulkatore3219 Před 2 lety

    How can we call storyboard view on button action from swiftUI view?

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  Před rokem

      Hmm
      Embed them in the view but inside an if Statement.
      Then on button press change the statement from false to true and then the view will appear.

    • @desirelines141
      @desirelines141 Před 9 měsíci

      Can you elaborate on this? please
      @@MasteringProgrammingTapAway

  • @dima4173
    @dima4173 Před rokem

    I try to put the code to fire the UIViewController inside a button and this is the result:
    Result of call to 'edgesIgnoringSafeArea' is unused

    • @MasteringProgrammingTapAway
      @MasteringProgrammingTapAway  Před rokem

      This means you are putting .edgesIgnoringSafeArea on the wrong element. It should be put on the SwiftUI view as a whole.

  • @jackson159
    @jackson159 Před rokem

    When I call the View my Simulator crashes with the signal 6...