xCode 10 swift Open URL from a Button

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2018
  • The tutorial describes, how to call a website URL from a Button in xCode version 10. The latest version till now.

ความคิดเห็น • 27

  • @i_likebeing_home8733
    @i_likebeing_home8733 4 ปีที่แล้ว +5

    Nice! Exactly what i wanted! Plus, fully understandable w/o any talk!

    • @babaxcode
      @babaxcode  3 ปีที่แล้ว

      Glad it helped!

  • @bengigone3088
    @bengigone3088 4 ปีที่แล้ว +2

    Insanely good tutorial and the tunes r unreal
    Would watch every video purely for the tunes

    • @babaxcode
      @babaxcode  4 ปีที่แล้ว

      Hi Ben, Thanks for the appreciation. Hope to bring more good tutorials. :)

  • @applefanda_cz
    @applefanda_cz 4 ปีที่แล้ว +3

    Fast, easy, smart, super video man, really helpful for me :) Good job.

    • @babaxcode
      @babaxcode  4 ปีที่แล้ว

      wow...thanks for the feedback pal.

  • @lydiawhite1953
    @lydiawhite1953 5 ปีที่แล้ว +2

    Thank you. This exactly what I was looking for

  • @AviationMaster
    @AviationMaster 4 ปีที่แล้ว +1

    Thanks for the tutorial! I will add a donate button to my app and this helped a lot! Thx!!

    • @babaxcode
      @babaxcode  3 ปีที่แล้ว

      Awesome, thank you!

  • @tuhodboi6360
    @tuhodboi6360 10 หลายเดือนก่อน

    very good

  • @mixerdude
    @mixerdude 3 ปีที่แล้ว +1

    does this work with Mac OS apps too?

  • @Arjenthaman
    @Arjenthaman 5 ปีที่แล้ว +3

    It would help if you spoke some words in your tutorial, instead of this dull music.
    For instance, i had no clue that i had to press ctrl when dragging the button to the assistant editor.
    Also, when i type the entire line of code into my program it gives me a number of error that i can't solve on my own so please, explain yourself and tell what and why you do.
    If i want music i'll go to a different channel, thanks!

    • @babaxcode
      @babaxcode  5 ปีที่แล้ว +1

      Hi Arjen,
      Appreciate your feedback.
      Sure I will upload the videos with voice over, and re-upload this one with voice. I hope that would help.
      :)

  • @bergzmtb391
    @bergzmtb391 2 ปีที่แล้ว

    Hi there, thanks for the video. You nearly have what I need here. I want to send send a google script to google to retrieve some data. This worked but I need the data to come back to the app, as json, not open in the browser, I can see the data has been returned but its in the browser. Any help would be awesome.

  • @keonmcdonald5214
    @keonmcdonald5214 4 ปีที่แล้ว

    Thank you! How would you get it to open the page in the App instead of opening a new window?

    • @babaxcode
      @babaxcode  4 ปีที่แล้ว

      Hi Keon, If i have understood your question. you like to open the page within the app?? the web page will always open in a web browser.

    • @KeonVideos
      @KeonVideos 4 ปีที่แล้ว

      Thank you.

  • @Tristan-zr6gf
    @Tristan-zr6gf 3 ปีที่แล้ว +1

    Very cool!! How would you do that if the URL was not pre defined but as in a social app, people can just add a link to profile And it's clickable for others? 🤔 help appreciated and wish you all well.

    • @babaxcode
      @babaxcode  3 ปีที่แล้ว +1

      Hi Tristan, sorry,, can you please elaborate more.. need to understand you question.. :)

    • @Tristan-zr6gf
      @Tristan-zr6gf 3 ปีที่แล้ว

      @@babaxcode Hi baba xCode. Absolutely. In your clip you show how to jump to a specific url which is hardcoded. In a social app environment, people can post links on their profile and others simply click on them and it takes you anywhere. To their linkedIn page, website, blog... Like "link in bio" on insta. People post a linke and others can click it and it forwards you to that url. Hope this makes more sense :)

  • @uselesscaco271
    @uselesscaco271 5 ปีที่แล้ว +1

    so I've done exactly the same as you did, but when I press the Button in the Simulation, nothing happens.. HELP PLEASE

    • @babaxcode
      @babaxcode  5 ปีที่แล้ว

      Hi Caco. There might be some little mistake or error., maybe a typo. please check your script again. I hope that will work.

    • @uselesscaco271
      @uselesscaco271 5 ปีที่แล้ว +1

      @@babaxcode thanks for the answer, I found out that the main.storyboard wasn't linked to the ViewController.swift script, so I finally fixed the problem ^^

    • @brawlaphant
      @brawlaphant 3 ปีที่แล้ว

      @@uselesscaco271 How do you link them?

  • @lydiawhite1953
    @lydiawhite1953 5 ปีที่แล้ว

    How do make the website app without going to the internet

    • @babapakistani
      @babapakistani 5 ปีที่แล้ว

      this is just calling a url from a button.

  • @dakshsukheja
    @dakshsukheja 2 ปีที่แล้ว

    Doesn't work.