UICollectionView Compositional List Layout | iOS 14 | UIKIt

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

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

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

    I like how you did that whole view as a storyboard thing. Nice Trick 2:48 - 4:04

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

      Haha glad you liked it. I think it’s a really nice way to separate view code from the business logic that we have in the controller

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

      Yeah, I didn't know you could do that.

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

    This was a fantastic tutorial. I am very much interesting in seeing a tutorial on cell configurations/configuration states and how to make custom configurations. Thanks!

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

    Hi! Great content. Regarding future videos my preference is implementation programmatically.

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

      Good to know! Going to be having a lot of swiftui content coming but when UIKit is required, I’ll lean towards programmatic

  • @stefansturm
    @stefansturm 3 года назад

    Nice and clean code 👍

  • @thelostpatrick6653
    @thelostpatrick6653 3 года назад

    Thanks a lot Man!

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

    This was a good tutorial but i'm having issues with using a web api with the collection view diffable data source and i was wondering if you could maybe do a video on using web api with collection view diffable data source.

  • @IhorFedii-n1i
    @IhorFedii-n1i 3 года назад

    Thanks!

  • @akshayshetty256
    @akshayshetty256 3 года назад

    what would we do without you Kilo-boy

  • @ahmedelawady2187
    @ahmedelawady2187 3 года назад

    Thanks for efforts. Is there there a way to build stretchy header with compositional layout?

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

    Man, I’m trying to display a tableview with rounded corners but I’m having problems to adjust the tableview size to the content. Any tips?

  • @rasheshbosamiya1482
    @rasheshbosamiya1482 Год назад

    how to register, if have a nib cell rather than UICollectionViewListCell

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

    Really loving your videos - thanks!! :-)
    Loved seeing the work backwards approach of making the higher level thing and seeing what that needs, then making that and seeing what it needs etc. I feel that's a great way to discover how to make things work.
    Also loved the multiline typing for setting the constraints.
    A quick question though, why did you choose to add the hashable protocol as an extension rather than on the base?
    Looking forward to more content soon,
    Cheers!

    • @Kilo_Loco
      @Kilo_Loco  4 года назад +4

      That’s really good to know. If it makes things easier to work backwards in those situations, I’ll definitely continue doing that.
      In regards to using an extension, I just try to use extensions for any additional functionality that isn’t directly related to the object itself. If I had to implement hashable manually, I would have put the functionality in there too. Putting it directly on the object would have worked too tho

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

    Hi man... Thanks for ur videos... U help me alot..

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

      No problem! I'm always happy to help 😁

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

    hi Kilo,
    do you know why I got issue "Use of unresolved identifier 'UICollectionLayoutListConfiguration'"?

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

    Hi kilo, thanks for another knowledge you provide in this video! I have a question, can we hide the separator when using this list configuration cell?

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

    squirkle?? ha. great video. thanks.

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

      Lol my vocabulary sucks and I couldn’t think of a better way to describe it haha 😂

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

    Hey bro..@kiloloco..Thanks for sharing latest updates with us

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

      Always happy to share what I know 😁

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

    What is the architecture pattern you used for your project ?

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

    How can I navigate from this "configurable" table view to other view? Make a video on that.

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

    Hello! Nice video. Can you cover implementing the new sidebar for an iPad app using UIKit?

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

      Yes I can! Great suggestion!!

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

      Kilo Loco Thank you!

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

    Hi man do you connect your laptop with your pc n make video

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

      No, I just do everything on my laptop and connect it to a monitor for better visibility

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

    Hi Kilo
    Can you please make a video on framework search path.What is $(project_dir) how we can add different frameworks path

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

      Oh interesting!! I haven’t even thought of exploring that. I’ll add that to the list of topics to cover. Thanks!!

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

      Thank you so much 🙏🙏🙏

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

    Is this achievable in SwiftUI

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

      Well with SwiftUI, it would simply be a list, but if you wanted to practice and create an app while you do it, you can check this video out ruclips.net/video/n1mV6m4xBF8/видео.html

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

    Is it backward compatible, with previous OS versions?

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

      Unfortunately it’s only compatible with iOS14+

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

      @@Kilo_Loco then why we shouldn't go with SwiftUI?

    • @denisp.7850
      @denisp.7850 4 года назад

      @@siddheshnanche970 because UIKit is not going anywhere soon 💁‍♂️

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

    Using Storyboards and UICollectionViewController would be a much simpler video. FYI you can set the collection view's layout in viewDidLoad.

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

    Can you share me the laptop stand link

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

    Please create a storyboard tutorial for this!

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

    Dislike for blm