Custom Table View Cells! (XIB Files : Swift 3 in Xcode 8)

  Рет қаралды 159,506

Jared Davidson

Jared Davidson

Күн бұрын

Пікірлер: 194
@elivazquez7582
@elivazquez7582 7 жыл бұрын
The speed/pace at which you go is PERFECT! You cut all the BS out and describe exactly what we need to know - thanks man!
@markusleballeux8326
@markusleballeux8326 7 жыл бұрын
Man you are great, I love the fact that you go fast. I usually get bored by other people making tutorials and taking forever to go through simple notions.
@zerocool2352
@zerocool2352 8 жыл бұрын
Good instruction, and so happy you cut out any "uhms" and "ahhs" and didn't blather. Good stuff. :)
@madjermartins2890
@madjermartins2890 7 жыл бұрын
Jared, you're a really amazing teacher! All great steps I got in Swfit 3/Xcode 8 was basicly because you! Thanks Guy!
@MikeJonesAdventureDogSoftware
@MikeJonesAdventureDogSoftware 8 жыл бұрын
Thanks this is exactly what I needed. I created cells without the nib. Without the nib it got errors in layout. The bonus I like that the image is edge to edge of the cell which is needed also. Thanks
@B22152
@B22152 8 жыл бұрын
Can't wait to watch this when I get home. It's always like Christmas when your videos launch. Going to patreon now.
@Archetapp
@Archetapp 8 жыл бұрын
Haha, thank you! Love posts like this. :]
@piotriosdev4158
@piotriosdev4158 8 жыл бұрын
Nice video, but when you decide to use .xib's very important thing is to destroy cells after scrolling. When you don't do that, each time when you would like to see prevoius cells, app will create new ones and use more memory, what is potential dangereus.
@muhammadrustamzada
@muhammadrustamzada 8 жыл бұрын
Dookoła KotaTV i have created my app tableview cell with nib file. Tableview jumps on scrolling. I sought i did something wrong. Then i have tried to use normal cell and worked normal. Now i read your comment and i think problem was on creating cell every time on scrolling.🤔
@yurifontoura2189
@yurifontoura2189 7 жыл бұрын
Thanks for the tip.
@Anonymous-vh6kp
@Anonymous-vh6kp 7 жыл бұрын
Can we not de queue them?
@dadas7852
@dadas7852 7 жыл бұрын
How do I destroy cells after scrolling?
@davidlintin
@davidlintin 7 жыл бұрын
"Right click or control click and drag" must be your most hated sentence LOL almost 50K whoop whoop!
@JeremySeiner
@JeremySeiner 8 жыл бұрын
Amazing tutorial man! This was exactly what I was looking for. Thank you so much!
@Archetapp
@Archetapp 8 жыл бұрын
Thanks Jeremy!
@russel_dev
@russel_dev 8 жыл бұрын
I have been looking for this for ages .... Thank you yet again Jared :) :)
@arkelyan1509
@arkelyan1509 8 жыл бұрын
Jared, thanks for sharing your knowledge of swift and keeping new videos coming! Your tutorials are great! I just got through your custom table view cells (xib..) and it was a huge help! I was wondering if you could do a second tutorial off of this where you make the cell1 toggle/slide down the cell2 view making an accordion out of this. That would be amazing!
@dcosta998
@dcosta998 7 жыл бұрын
I really enjoyed this tutorial and appreciate the time and effort you put into doing it. You are a great teacher and I look forward to future videos. FYI, about 2 years ago I spent several months writing an iPhone App called "WutzWhere". Swift did not exist then, so I wrote it in Objective-C. I incorporated some of the topics you cover in this tutorial, so it was great to see how the same things were accomplished using Swift. If you wouldn't mind, could you please download the free version of WutzWhere, and give me some feedback and suggestions. Your comments would be much appreciated.
@my_dixie_rect8538
@my_dixie_rect8538 7 жыл бұрын
First time I've worked with Xib files so thanks for this. Also this is useful for my project. I'm trying to create Static 'like' cells in a Dynamic Prototype for my TableView. This means I can have my first Cell in the list to have a search bar, my second cell can contain a label with info and then every cell after that will be in the same format and pulled from a DB. All of what I've described should be possible with the techniques shown in your video... I think :')
@hndnh11
@hndnh11 8 жыл бұрын
Nice! You can also make the custom cell right onto the table view, instead of using xibs! I find it easier, but awesome as always!
@Archetapp
@Archetapp 8 жыл бұрын
Yeah, I knew that, and that's also why I stated that this was not the only way to do it at the beginning of the video. Thanks! :)
@hndnh11
@hndnh11 8 жыл бұрын
I missed it, sorry, :)
@Archetapp
@Archetapp 8 жыл бұрын
Video starts at 0:50. Thinking of starting daily (weekday) videos soon, so if you have recommendations, more than ever haha, leave them in the comments! Also, I'll be doing an 'I Play your Games' soon, so if you have games or apps, leave them in the comments and I'll download 'em. Enjoy! :D
@aaww8663
@aaww8663 8 жыл бұрын
Hey in your future videos can you make a tutorial on how to select a character in a menu using swift & SpriteKit I would thank you if you do :)
@JaredLDavidson
@JaredLDavidson 8 жыл бұрын
+atif waqas I sure can!
@_jacobcavin
@_jacobcavin 8 жыл бұрын
Cool! Could you make a video on how to make a save image to camera roll button?
@Archetapp
@Archetapp 8 жыл бұрын
Sure! I actually did a video on creating a custom camera view here - kzbin.info/www/bejne/rWGyZI19irhmps0 - in the which I do go over that, but I'll do a dedicated video on that soon. :)
@_jacobcavin
@_jacobcavin 8 жыл бұрын
Thanks! I'll look at that video too! Love your videos btw!
@artsumin4658
@artsumin4658 7 жыл бұрын
Yeah! Nice! How create collection view using XIB files? Do you have lesson?
@emmanuelpregnolato5026
@emmanuelpregnolato5026 8 жыл бұрын
Add sections in which we have different custom cells and some of them can expand/collapse :-)
@mohammedjunaid4626
@mohammedjunaid4626 3 жыл бұрын
can help any one .
@Fisheriscool
@Fisheriscool 8 жыл бұрын
Awesome video helped me fix my table layout, how would you pull data in from a URL via Json and put it in the table ?
@anerdwitdacamera204
@anerdwitdacamera204 8 жыл бұрын
Great video! Super useful for beginner.
@Archetapp
@Archetapp 7 жыл бұрын
Awesome! Glad I could help. :D
@josemiguelzeaguerrero236
@josemiguelzeaguerrero236 6 жыл бұрын
This video it's great! I found my answer and create a great custom view. Thx so much
@ricardosanchezmacias8827
@ricardosanchezmacias8827 4 жыл бұрын
Thank you! I just added reusableIdentifiers but great tutorial
@YogeshPateliOS
@YogeshPateliOS 7 жыл бұрын
its just amazing and simple Thank you Jared!!!
@lavdrimii1
@lavdrimii1 8 жыл бұрын
the best video tutorial
@nileshjdarji
@nileshjdarji 3 жыл бұрын
Why do we create a tableview cell with XIB? We can also create a custom cell by adding a prototype cell in tableview. Do you have example of scenario where creating a tableview cell with XIB is a must?
@dk-sky3820
@dk-sky3820 6 жыл бұрын
9:45 "That way I can just grab something out of my ass..." I had to put on pause right on this moment to keep up, hadn't I?
@shabba194
@shabba194 3 жыл бұрын
No homo
@skinyydudepavan
@skinyydudepavan 8 жыл бұрын
Hey Jared, If you decide to go through with the idea of daily videos(which excited me more than i'd like to admit), a small suggestion would be to make videos about CREATING INTERFACES PROGRAMMATICALLY , thank you :)
@Archetapp
@Archetapp 8 жыл бұрын
Haha, thanks for the suggestion! :D
@sanali6432
@sanali6432 8 жыл бұрын
You can refer Letsbuildthatapp youtube channal very exciting stuff is there..
@EagleTrue
@EagleTrue 8 жыл бұрын
Love you man !
@maharaniv6038
@maharaniv6038 8 жыл бұрын
Hi Jared,Great video for the beginner.I was just wondering is there any way to load a tableview inside a tableview cell in Xib?For eg : I am loading this Custom Cell as you have explained in this video.After Expansion of the View i would like to load a tableview.How would i go ahead and register that tableview for the same xib ?Any idea or suggestions would be of great help
@ReeRay
@ReeRay 8 жыл бұрын
Thanks! Great video! Keep up the great work!
@DellaMbaacha
@DellaMbaacha 5 жыл бұрын
Thank you Jared.
@raymonddr98
@raymonddr98 8 жыл бұрын
Great tutorial! If I add button in cell, how will I know which button was clicked and respond to it?
@raymonddr98
@raymonddr98 8 жыл бұрын
Memory is growing when scrolling up and down.
@yannmassard3970
@yannmassard3970 7 жыл бұрын
huge memory leak, you should use reuseIdentifiers ....
@ryansfamily
@ryansfamily 5 жыл бұрын
What precisely would I need to change to setup reusable cells? Thanks
@Siniom_swe
@Siniom_swe 6 жыл бұрын
I have seen quite a lot of your videos and I think that they are very good. But could you perhaps increse the font you are using during your tutorials. Sometimes they can be a bit small.
@thompson_ian
@thompson_ian 8 жыл бұрын
I'm just gonna go ahead and leave a like on this video
@Archetapp
@Archetapp 8 жыл бұрын
I'm just gonna go ahead and love this comment. ;)
@marcosdicleibarros5955
@marcosdicleibarros5955 8 жыл бұрын
Great video Jared! Thank You!
@imanovitz8934
@imanovitz8934 8 жыл бұрын
I wanna thank you, especialy on the app making! THANKS
@dustinespinoza8996
@dustinespinoza8996 8 жыл бұрын
Hey, Jared, thank you for this new tutorial, I wanted to know how to separate a group of this custom cells in sections, is there a way to do that from the cell struct or not?
@Archetapp
@Archetapp 8 жыл бұрын
To get sections - basing this answer off of my tutorial here -> kzbin.info/www/bejne/sHewhKKsqdaki8U - I would actually make it so you have 2 structs. One struct would be the cellData, the other one would be a section name and the array of cellData. Something like this: struct sectionStruct { let sectionName : String! let sectionData : [cellData] } Then you could just create an array filled with section structs, and put in cellData for each struct accordingly. Then just follow my tutorial for the rest on how to implement sections. Either way, hope that makes sense! I might do a tutorial on this. :) Good luck!
@dustinespinoza8996
@dustinespinoza8996 8 жыл бұрын
+Jared Davidson (Archetapp) Thanks, I'll try it out, hope it works xD
@abserveios7148
@abserveios7148 7 жыл бұрын
Hey Jared Your Videos are cool and too Good Keep it that
@glenndbritto674
@glenndbritto674 8 жыл бұрын
hey jared i get ui view controller breakpoint error in the QUIZ game, you had made a tutorial on, can you please show us how to deal with such errors.
@ryanjoesting8048
@ryanjoesting8048 6 жыл бұрын
Hey @Jared Davidson, can you please update this tutorial for Swift 4 in Xcode 9? Trying to follow along, but am getting error that says "Cannot subscript a value of type '[cellData]' with an index of type 'cellData'" when trying to create the array of cellData structs. Please help!
@linweishuo5964
@linweishuo5964 8 жыл бұрын
Hiya, I have a question. Why don't you use [tableView dequeueReusableCellWithIdentifier:@"***" forIndexPath:indexPath] with customCell. Because if there are more than 3 cells, for examples 100cells, it may be not appropriated to manually cells every time the system asks for returning a cell with specific indexPath. However, I don't know how to integrate dequeueReusableCellWithIdentifier with custom cell created by a nib file....
@ProductsHub365
@ProductsHub365 7 жыл бұрын
Jared..thanks for the video.How can we add tableviewcell1 custom cell at index 1 dynamically using any button action.so it can add at index 1 and reload tableview without any effect on tableview!
@evanvonoehsen
@evanvonoehsen 8 жыл бұрын
I would really recommend using the contentViewWithTag() method instead, it takes 15 seconds rather than 10 minutes and you can do it right in the prototype cell and add as many labels or other items as you want. Look it up
@evanvonoehsen
@evanvonoehsen 8 жыл бұрын
This way every item you add can be changed dynamically in cellForRowAtIndexPath()
@Archetapp
@Archetapp 8 жыл бұрын
You know, that's how I used to do things, but recently, because of this giant project I'm working on, I actually found this to be simpler. A little more time consuming, yes, but overall a little neater. Idk, like I said at the beginning I don't claim this to be the best way to do things, just one way you can use XIB files. :)
@evanvonoehsen
@evanvonoehsen 8 жыл бұрын
+Jared Davidson (Archetapp) yes I suppose that's true, I see what you mean it looks much easier to visualize and especially edit later on if you need to.. I actually haven't been too familiar with XIB files so this tutorial actually will help a lot..... Once I force myself to transition to Swift 3 haha
@fuu812
@fuu812 7 жыл бұрын
Nice videos! I'd suggest if may I, to use next time meaningful names (eg. VerticalImageLabelCell, AvatarCell)
@stesteini2937
@stesteini2937 7 жыл бұрын
Hey Thank you 4 your Tuts, I love it. But can you make your text a little bitt bigger??
@w3axisit
@w3axisit 6 жыл бұрын
so i am using let nibFile : UINib = UINib(nibName: "BrowseProjectCell", bundle: nil) proCollectn.register(nibFile, forCellWithReuseIdentifier: "browseprojectcell") so that i can use deque in collectionview
@keenanbrown1759
@keenanbrown1759 7 жыл бұрын
Really appreciate the video. Thanks
@zionix357
@zionix357 8 жыл бұрын
Great video. I have a problem, do not know if you've been there. How to UIImageView adapt as the proportional size of the image (from the server) in a cell. This is the proportional calculation (WidhtImage (server image) / HeightImage (server image) * NewWidthImage (iPhone Width) = NewHeightImage). My problem is to make the UIImageView grow as the result of the calculation. Note: You have to be downloaded image. You have any examples that do this? I've used the tableView.beginUpdates / endUpdates, but happens when bug has several cell. For the cell is destroyed when it is not the view. Sorry for the english is not my native language. If you can create a video, it is a very sought after and few solutions.
@ridermtsweni8228
@ridermtsweni8228 3 жыл бұрын
Awesome video ☺️
@chaceteera
@chaceteera 7 жыл бұрын
Hi, I wanted to know if there was a pod that did something like this? I know UICollectionView have IGLIst Kit but I was wondering if there was something similar for UITableView.
@husseinalbehary4286
@husseinalbehary4286 7 жыл бұрын
Thanks for your tutorial 👍
@FEYSCONTROL
@FEYSCONTROL 5 жыл бұрын
I am a .NET developer and I am testing the Mac world since 3-4 days. I am absolutely terrified how different and out of control the development in xCode is. One of things I still cannot figure out is where I can see the markup code of the interface I am creating as in .NET - the XAML file. In order to fix something I need to click with the mouse 1000 times like I am a secretary in some firm. First I need to find it, that is...Things seem super unintuitive and hard to be found.
@SinanNoureddine
@SinanNoureddine 7 жыл бұрын
Thank you so much Jared! Will sure subscribe!
@Archetapp
@Archetapp 7 жыл бұрын
+Sinan NourEddine Glad I could help! Thanks! :D
@volkanelci6408
@volkanelci6408 8 жыл бұрын
I have a tableview and i have a button in each cell. I want to play different sounds when i tap those buttons. I have created and array for the sound files but i dont know what to do next. Can you help me with that? Thanks
@krishnachaitanya7349
@krishnachaitanya7349 7 жыл бұрын
Awesome dude.
@songlovers3426
@songlovers3426 7 жыл бұрын
Hello. I was wondering how i could transition between a two views. So say i press a button in the table view to add data and segue to another view with textfields to add data and then unwind segue and add new data to my table view. I know how to do this in storyboard really well. I just have no idea how to do it using xib files as I cannot declare segues in the .xib files. What should i do? What is the alternative to using segues? Is there a good swift3 tutorial for it? Thank you.
@emreciftci5403
@emreciftci5403 7 жыл бұрын
You are awesome bro!!
@g_mb
@g_mb 7 жыл бұрын
You are awesome !!
@bijendersingh161
@bijendersingh161 5 жыл бұрын
thanx bro for this tut.
@PanoBoeing737ng
@PanoBoeing737ng 8 жыл бұрын
Hey Jared, I love your videos! They are simple and the quality is awsome!!! Could you tell me (or even make a video :-) ) how to Embedd a Navigation-Controller into an Tab-Controller I need to have Navigation controlled sections but I always need the tab bar on the bottom. Greetings from Germany :-)
@DeLeizard
@DeLeizard 8 жыл бұрын
Hi. Thank you for greate tutorial. I just did as you said and it work perfectly. However, when I implement didSelectRowAt on my tableview, it didn't work. I wonder if it relevant ?
@yazan313
@yazan313 8 жыл бұрын
I have a problem with grabbing the label text value from the cell without using the tableView function. I'm using a button which is to click and add the cell label into another array. How can I go about that?
@angellicp34rls
@angellicp34rls 8 жыл бұрын
If I were to put map into the table, what should I put in the arrayOfCellData. map: ?
@dvsteve71
@dvsteve71 8 жыл бұрын
LOVE IT!... Thanks so much!
@XXHansterXX
@XXHansterXX 7 жыл бұрын
so what if i want my cells to be clickable and to open a new page, how would i do that?
@allin1555
@allin1555 7 жыл бұрын
hii Jared good job . can you help me how to create book app for iOS .. i am beginner in swift.
@daveconnors62
@daveconnors62 7 жыл бұрын
only returning a blank screen and wondering what i must be doing wrong?
@Halbgottttt
@Halbgottttt 8 жыл бұрын
very nice !! Thanks a lot !
@honestdetails2943
@honestdetails2943 8 жыл бұрын
Hey Jared I keep getting this error :0: error: bridging header '/Users/isaiahlindsey/Desktop/Iglit/Iglit/Iglit-Bridging-Header.h' does not exist What does this mean?
@RHCPhooligan
@RHCPhooligan 5 жыл бұрын
Will this work in Swift 4 as well?
@RahulSharma-bf4xy
@RahulSharma-bf4xy 7 жыл бұрын
hey jared, i'm using tableview in xib file.. my tableview functions are not executing .... data is not printing in table view please help me
@dashcam_cr_bfb2280
@dashcam_cr_bfb2280 7 жыл бұрын
what do you say when "drag and drop" anything?
@fatemehhashemi4468
@fatemehhashemi4468 8 жыл бұрын
Thank's for your useful tutorials. I'm new to ios development. I'm trying to create custom tableViewCells using this video. I need to make a popover view by pressing a button on some of my cells but I can't add a viewController to Xib file. Could you please help me with this?
@dowiee2694
@dowiee2694 8 жыл бұрын
At 9:50, can you grab an image from firebase?
@JakubSK
@JakubSK 7 жыл бұрын
rightclickorcontrolclickanddrag is not a word...
@JeremyDunnNineLashes
@JeremyDunnNineLashes 7 жыл бұрын
Baha! I died out laughing when I heard it. Good tutorial, though.
@KendaBeatMaker
@KendaBeatMaker 7 жыл бұрын
I came to the comments for this
@piercefrauenheim1318
@piercefrauenheim1318 6 жыл бұрын
troll is a word
@chunweng211
@chunweng211 7 жыл бұрын
Hi .. I not manage to grab the label that connect between swift and nib file.. do you have any idea??
@Davilaeric1
@Davilaeric1 8 жыл бұрын
What if I wanted to use a Tablveview instead of a tableviewcontroller
@sanali6432
@sanali6432 8 жыл бұрын
how we can add a button on xib tableview cell and make his action workable....?
@shubhamchoubey2546
@shubhamchoubey2546 7 жыл бұрын
Hey Jared, nice work buddy..!!! Can you please post a tutorial to make UICollectionViewCell expandable like a drawer menu? I would be really thankful..>!!!!
@bryanjacobson415
@bryanjacobson415 8 жыл бұрын
I followed these steps and keep getting the runtime error thread 1 signal sigabrt. When I remove my second TableViewCell out of the project, it works just fine. I'm not sure what part of the code would be disconnected from the objects in the xib files or what else it could be. Any ideas?
8 жыл бұрын
Hello , very nice tutorial , I have a request , you could teach how to assemble a small form with xib in UIViewController ?. something like a login , is that they are somewhat complicated for me, thanks in advance !
@hisdesigns
@hisdesigns 7 жыл бұрын
Hi, I have a question, Can you insert a collection view inside the xib cell ?
@Anonymous-vh6kp
@Anonymous-vh6kp 7 жыл бұрын
Hasan Alsaffar Simply drag the collection view into your xib cell.
@akshaycrasta
@akshaycrasta 7 жыл бұрын
I have a tableviewcell created by .xib . whenever I click on a cell I want to navigate to to next view controller . Where should I create the outlet in the storyboard or xib? please helpout. Thank you
@joelherso7940
@joelherso7940 4 жыл бұрын
Thank u so much man
@moolami3268
@moolami3268 8 жыл бұрын
hi , wanna ask if there was a way of contacting you Jared BBM perhaps?
@mkhasson97
@mkhasson97 8 жыл бұрын
Thank you very much Can you put an explanation of how to program, for example, a music player by: TableView ???
@Archetapp
@Archetapp 8 жыл бұрын
You got it!
@saimadhukar6004
@saimadhukar6004 8 жыл бұрын
Thank you very much for the videos..... Could you please add a AlertController to this TableViewController that will be very helpful......
@SuhailAmeen46
@SuhailAmeen46 8 жыл бұрын
Hey Jared awesome videos man...love it... can you do a video on making a facebook or instagram like feed with infinite scrolling and having those like, comment type buttons? Thankyou in advance and had great help from your videos.
@sohnkejulius3295
@sohnkejulius3295 8 жыл бұрын
I'm from Germany and I really Love your videos ! Can you maybe creat a App with a ToDo Check List with a cool design ? :) Could be nice
@codypotter93
@codypotter93 7 жыл бұрын
Forgetting DRY principles. never repeat yourself. also it's a really bad idea to hard code those cell heights in. If you're using an item with a variable height (like an imageview with an aspect ratio constraint), then the height will depend on the width of the device. Then your hard-coded cell height will be incorrect.
@w3axisit
@w3axisit 6 жыл бұрын
here u r creating new cell everytime , shouldnt we use deque concept?
@nhantrivinh
@nhantrivinh 8 жыл бұрын
I tried to do this with collectionviewcell and I get an error about reuse identifer :]
@christian.bernier
@christian.bernier 7 жыл бұрын
Thank you so much
@manasemichaelmhando8034
@manasemichaelmhando8034 8 жыл бұрын
Dude until 7:00 you had an error existing, once you restarted i felt like i miss something that you didn't show to us on how to fix that error.
@moezcherif7352
@moezcherif7352 5 жыл бұрын
thank you
@bomichen
@bomichen 7 жыл бұрын
Thanks for this :)))
@oscartamez2591
@oscartamez2591 8 жыл бұрын
hey can you make a tutorial video of homeKit app Thanks
@Archetapp
@Archetapp 8 жыл бұрын
I'm starting a Patreon page - www.patreon.com/archetapp - so if you enjoy what I do and wanna help me do what I do, and don't like sponsors, check it out! :]
@byteappple
@byteappple 7 жыл бұрын
I get this error: Outlets cannot be connected to repeating content Does anyone knows what should I do?
@mrmr8223
@mrmr8223 6 жыл бұрын
I sir, I just wanna know what if I use a tableView to cover a question and answer choices this for a quiz app how can I separate "question.count" and "answerChoice.count"? Thanks :)
UITableView | Custom Cells! (Swift 4 in Xcode)
15:41
Jared Davidson
Рет қаралды 91 М.
Loading and Caching Images! (SDWebImage : Swift 3 in Xcode 8)
17:52
Jared Davidson
Рет қаралды 33 М.
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
Custom Header View! (Swift 3 in Xcode)
15:35
Jared Davidson
Рет қаралды 56 М.
Swift: TableView w/ Custom Cells Tutorial (2021, iOS) - 2021
16:09
Swift UITableView Tutorial with Custom Cells - Beginner Series
26:35
Playing Audio + Background Play! (Swift 3 in Xcode)
10:52
Jared Davidson
Рет қаралды 83 М.
The Vim Experience
45:19
Bog
Рет қаралды 140 М.
Snap Behavior! (UIKitDynamics : Swift 3 in Xcode)
18:24
Jared Davidson
Рет қаралды 14 М.
Data Analysis with Python for Excel Users - Full Course
3:57:46
freeCodeCamp.org
Рет қаралды 3 МЛН
Think Fast, Talk Smart: Communication Techniques
58:20
Stanford Graduate School of Business
Рет қаралды 42 МЛН
Expanding Table View Cells! (Swift 4 in Xcode)
13:01
Jared Davidson
Рет қаралды 122 М.
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37