Building an iOS 9 Share Extension with Swift 2.0

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 42

  • @DougHarper
    @DougHarper 9 років тому +3

    Good work, you come up some really useful topics.

    • @deegeu
      @deegeu  9 років тому

      +Doug Harper Thank you! Most of the videos were things I've come across on my last project. :) Thanks for watching.

  • @gracehan8564
    @gracehan8564 7 років тому +2

    Thanks for your great post! It's really helpful! 🤘

    • @deegeu
      @deegeu  7 років тому

      Glad it helped you! Thanks for watching!

  • @1ki3official15
    @1ki3official15 7 років тому +1

    Dude, i've subscribed. Good vids.

  • @eladschwartz777
    @eladschwartz777 8 років тому +4

    Hi, thanks for this great video! Is there any way for me not to show the default view control? I just want get the url when user click my app's share button. I want to skip the post window..10x!

  • @AlLinke
    @AlLinke 8 років тому +1

    very helpful tutorial, thanks!

  • @kr1tzy
    @kr1tzy 4 роки тому

    Excellent video, thanks!

  • @maxkurylo
    @maxkurylo 4 роки тому +2

    How can I launch the share extension? I did everything in this tutorial but I can't figure out how to make it visible in share list.
    In Xcode to launch it on my device I should select the app to run. But neither my app nor Photos worked for me.

  • @thottasuryachandra7334
    @thottasuryachandra7334 5 років тому

    Thank you, great tutorial, your way of explanation is awesome Good job.

  • @fsteaglech
    @fsteaglech 4 роки тому

    Nice tutorial; I'll using your teachings building my app. :-)

  • @shankarshinde2984
    @shankarshinde2984 3 роки тому

    Thank you for important topic covered. I am facing one issue as on device my App icon not appearing in the share modal.

  • @napatwiwattanakan7154
    @napatwiwattanakan7154 3 роки тому

    Thank you very much.

  • @MrKLOT
    @MrKLOT 8 років тому +1

    Hi there! Great tutorial, it helped me to understand extensions.
    Have a question: I need to implement an extension that will upload attachment from Mail App to my server. But the problem is that i need to proceed authorisation before uploading. Can i customise this SLComposeServiceViewController using simple UIViewController? And is there a way to get info if user was logged in from containing App and use this credentials?

  • @mindfreezerr
    @mindfreezerr 8 років тому +1

    Good job, thanks

    • @deegeu
      @deegeu  8 років тому

      +raheel sadiq Thanks for watching!

  • @himanshupatil266
    @himanshupatil266 2 місяці тому

    Hi Deege,
    i am struggling with an issue in this as my client requirement is that we have to allow only few data types audio,document,pdf,image,video,web url and also dont want to use true predicte so what happening is as i am implemeting code as u shown for all these the bug i am encountering as as i am going through only safari and searching for a website and then from google clicking on a website then using share extension then first time my app appears but after that it disappears i am encoutering this issue from so far please suggest me a solution as its very crutial for me

  • @akshanshthakur9235
    @akshanshthakur9235 8 років тому +1

    Very useful

  • @Jasminumvideos
    @Jasminumvideos 9 років тому +1

    Haha! I love the background! :D

    • @deegeu
      @deegeu  9 років тому

      +Jasminum Thanks! It's a pumpkin patch near where I live. Figured I needed something for Halloween in the video!

    • @Jasminumvideos
      @Jasminumvideos 9 років тому

      You live at a nice place!

    • @deegeu
      @deegeu  9 років тому

      Thanks! Gets cold soon though. But there is skiing to make up for all the snow!

    • @Jasminumvideos
      @Jasminumvideos 9 років тому +1

      It is geting chilly here as well, but it's almost Christmas time, which I am really looking forward to :D

  • @NouveIIie
    @NouveIIie 4 роки тому

    Any video of ShareExtension for Swift 5?
    Redirect from ShareExtension to main app?
    ??????

  • @avivelkayam3080
    @avivelkayam3080 6 років тому

    Hey! I followed your video and i have a question. in using this feature for multiple photo import, i am able to share a few photos to my app but sometimes, i don't know why after choosing certain photos the logo of my app from the share menu disappear, do you know why? i set the limit of photos that i can import to 30-30 but sometimes my app logo is gone after choosing 7 photos, sometimes after choosing 10 photos. i think it's related to the file size.
    so my question is, does the share extension has a size limit of total photos that i can import to my app?
    Very good tutorial! Thanks!

  • @chukwudithankgod3619
    @chukwudithankgod3619 8 років тому

    Thank you for this wonderful tutorial video. Please how can I share a text file such as .doc or .pdf and post it to my server with xcode 8 ?

  • @mmaz1049
    @mmaz1049 8 років тому

    hello deege thank you for the great tut.
    but can you show me how to save text instead of an image.
    Thank you

  • @scorrea92
    @scorrea92 6 років тому

    Hi, I am working in a app that need to do the same but with audio files, what recomendation can you make me ? I am new in ios/swift programming

  • @marshelnathanael9152
    @marshelnathanael9152 7 років тому

    Hello, Could We open the Apps using Share Extension?

  • @vegas34162
    @vegas34162 6 років тому

    Do you have anything that shows how to do a custom UI for share extensions? Like if you wanted to do a full screen share extension? Or just have a completely new UI and just pull the data from the share button into the UIView? Ive been messing with it but not quite sure where I'm going or need to go with it.

  • @doktoren99
    @doktoren99 7 років тому

    Fuck yeah! So unique and cool. Professor are you gonna make more iOS tutorials soon? :)

  • @rojinrn5574
    @rojinrn5574 7 років тому

    hi ! what should i do if i want go to containing app from share extension ?

  • @abukamil2
    @abukamil2 8 років тому +1

    can use web serves on the share extinction

    • @deegeu
      @deegeu  8 років тому

      +abu kamil I'm not sure. There's a time limit on how long a share extension can last, so it would likely time out before it could complete. A better solution would be to send a quick notification to your app, and then have your app schedule the web service.

    • @abukamil2
      @abukamil2 8 років тому

      +Deege U how can i call and run the application when the user use share extensions

  • @vitorrloureiro
    @vitorrloureiro 7 років тому +1

    I can't find where this "saveImage" came from.. =/

    • @deegeu
      @deegeu  7 років тому +1

      Line 106, github.com/deege/deegeu-swift-share-extensions/blob/master/deegeu-swift-share-extensions-image-share/ShareViewController.swift

    • @vitorrloureiro
      @vitorrloureiro 7 років тому

      Deege U thank you very much!

  • @jasonixvorhees6489
    @jasonixvorhees6489 7 років тому

    How do you add to activities