Expanding Table View Cells! (Swift 4 in Xcode)

  Рет қаралды 122,162

Jared Davidson

Jared Davidson

Күн бұрын

Пікірлер: 142
@abhisheknaidu1665
@abhisheknaidu1665 5 жыл бұрын
This is the best expandable tableview cells video I have come acrossed on internet.
@Archetapp
@Archetapp 6 жыл бұрын
Hope you guys enjoy this video! What other topics would you like to see? Would love to show some of the background of what goes on in my daily life working on Tag, if you guys are interested. Might reserve that for a second channel thing though... we'll see. :] Video is taking a while to process to 4K, but it should be coming soon! :]
@ManleyCelicourt
@ManleyCelicourt 6 жыл бұрын
Great video, 🔥Please make a stripe paid membership period subscription that will allow user to access specific data, I really need help with that ASAP and there is no tutorial about it 👏🏽 stripe + firebase
@jaiswalji1
@jaiswalji1 6 жыл бұрын
Please make a video particularly focusing on machine learning,
@YogeshManghnani
@YogeshManghnani 6 жыл бұрын
Firebase oauth
@awais.fayyaz
@awais.fayyaz 6 жыл бұрын
@@informatics3461 Thanks Naveed.
@kineticuncertainty
@kineticuncertainty 5 жыл бұрын
I tried adding an image next to the text and it wouldnt show. How can you make an image appear next to the text for each dropdown?
@chotimaster2560
@chotimaster2560 6 жыл бұрын
Hey Jared. Thank you so much i completed iOS subject in MCA Degree. Your videos really helped me everytime i got stuck......
@김주은-e4d
@김주은-e4d 3 жыл бұрын
It’s so helpful for me, you’re my lifesaver😸
@joshr9723
@joshr9723 6 жыл бұрын
If you would like to indent the cells that contain the section data, place "cell.layoutMargins.left = 30" under the cellForRowAt function. Please note, place this code under the else clause of "if indexPath.row == 0" part of the function. Hope this helps someone!
@harjeetsingh4237
@harjeetsingh4237 6 жыл бұрын
Yes, it help me. Do you know how we can perfirm action on the click of Cell1 or cell 2 under particular section?
@shxrpe3646
@shxrpe3646 5 жыл бұрын
You can also do this in the Interface Builder for a seperate prototype cell
@BalaaLyf
@BalaaLyf 3 жыл бұрын
If different cells in stead of 3 cells in each section.. like 1st section 9 cells ,2 nd section 3 cells like this.. please do this.. when I click cells it will be go to next view controller
@kuldeepbhandari7276
@kuldeepbhandari7276 3 жыл бұрын
did u find any solution for this
@BalaaLyf
@BalaaLyf 3 жыл бұрын
@@kuldeepbhandari7276 no
@kuldeepbhandari7276
@kuldeepbhandari7276 3 жыл бұрын
@@BalaaLyf oh so u didn't find any solution yet
@vijithvg3700
@vijithvg3700 3 жыл бұрын
Best tutorial for expandable cells.. Thanks😇
@_DeProgrammer
@_DeProgrammer 6 жыл бұрын
exactly what I was trying to do with my tableview. Thanks Jared!
@Archetapp
@Archetapp 6 жыл бұрын
Awesome! Glad I could help! :D
@majak1259
@majak1259 4 жыл бұрын
Thanks for the tutorial! It's very helpful, although I have an issue with the collapsing of the cells, it looks okay as long as the expanded cells are small, however when they increase in height the animation begins to break
@mike-orlando63
@mike-orlando63 4 жыл бұрын
Great tutorial. The only thing I didn't grasp is what is actually telling the section to open or close. I don't see that we actually manipulated a property, just that we changed the struct's true/false property, which in itself shouldn't do anything as we created it. The reload sections seems pretty straight forward, I just don't see what part of the code tells the cell to open or close.
@tjolsenater
@tjolsenater 5 жыл бұрын
Nice, I like the shot of the Salt Lake Temple. I used to see that everyday when I lived in Salt Lake working at FamilySearch.
@tjolsenater
@tjolsenater 5 жыл бұрын
Also, I didn't know that reloadSections method existed. That is super helpful. Thank you!
@natelehoux7604
@natelehoux7604 4 жыл бұрын
Awesome explanation of this concept!
@FaiC3388
@FaiC3388 6 жыл бұрын
Hi Jared, could you do a video on create two or multiple tableviews using a single view controller? And would it be right to keep the multiple UITableViewCells in a separate file rather then putting them in the view controller, when creating a multiple tableviews? Thanks
@larryjones9299
@larryjones9299 6 жыл бұрын
When changing the viewcontroller name, you can press command and click the viewcontroller and that will change the name and the .swift file name at the same time. Helpful hint I found
@eeddeellwweeiiss
@eeddeellwweeiiss 4 жыл бұрын
thank you very much! the best video i've ever seen. you explain very clearly thank u
@shravsidol
@shravsidol 4 жыл бұрын
Can I do similar operation on a UIViewController by creating table view cell or it has to be a TableViewController only? I am new to Swift and my usecase has other UIViewController embedded in SegmentedViewController which is also a UIViewController
@donnyschmidt9068
@donnyschmidt9068 4 жыл бұрын
Having trouble applying the struct to a multi array of dates. All data is created at runtime so I can’t add it like you did to the array of strings like the example. Any help would be appreciated.
@AbdullahJirjees
@AbdullahJirjees 5 жыл бұрын
Hello What I am doing is select date + insert data into text field then press submit to be pushed into TableViewController to display in TableViewCell in Labels, the issue is I cannot figure out how to do that, so every time you pick the date and the data and press submit it must sort in the tableviewcontroller in new tableviewcell.
@xfabiosoft
@xfabiosoft 6 жыл бұрын
Can you make a tutorial about selecting multiple items in collection view and deleting them?
@larrystreehouse1124
@larrystreehouse1124 3 жыл бұрын
Great tutorial And happy coding . Thanks a lot
@odoinosmimmo
@odoinosmimmo 4 жыл бұрын
hi, is it possible to block this action only to some cells?
@andriizhydenko7392
@andriizhydenko7392 3 жыл бұрын
Thanks, Jared!
@bilalakram8194
@bilalakram8194 6 жыл бұрын
Jared have you tried to select the header row twice ? if i select row at first it works fine and when i close the row and then select it again it goes out of order like (cell1,cell2,cell3) becomes (cell3,cell1,cell2,cell3 ) and each time i click it it keeps on expanding . Any one faced this problem , if then help me out i'm using my custom cell in header section
@mazenbaddad7474
@mazenbaddad7474 6 жыл бұрын
have the same issue :\
@ahmedfahmyhassan
@ahmedfahmyhassan 5 жыл бұрын
mee too
@paulswarts2583
@paulswarts2583 6 жыл бұрын
Hi, the cells (1, 2 and 3) is it possible to turn them into UITextFields? thanks
@mauriciocaro7690
@mauriciocaro7690 6 жыл бұрын
Hi master a question, how can I change the background color of the cell when it happens to be a section?
@MissaMelodica
@MissaMelodica 4 жыл бұрын
I tried this with a list of 12 sections long and the closing of cells was not pretty.
@michaelschefter7735
@michaelschefter7735 4 жыл бұрын
he knows the need of speed! All tutorials should be same fast!
@R3MIXMODZ
@R3MIXMODZ 6 жыл бұрын
Honestly, those jord watches do look really nice. I just heard about them in this video. I am really picky on watches but these seem to fit my style. Expensive, but great looking!
@Archetapp
@Archetapp 6 жыл бұрын
R3MIX MODZ I get approached by a surprising amount of advertisers, and I try and only pick the best. Saw their website and watches they made and was thrilled to be sponsored by them, haha. Glad you found them cool too! :D
@R3MIXMODZ
@R3MIXMODZ 6 жыл бұрын
Its nice to see a sponsor that fits your target audience! Keep up the great work!
@amalnasir9940
@amalnasir9940 6 жыл бұрын
Wow, what a coincidence! I saw a man wearing jord watch two days ago, and I liked the wood theme. I didn't know what the brand was, but thank you! You answered my question here :)
@vasuyarasu6473
@vasuyarasu6473 5 жыл бұрын
hi Jared!! i have one more expand inside tableview. what should i do? .. please help me
@michaelguandique9507
@michaelguandique9507 5 жыл бұрын
I knew it you were LDS...I noticed the collar of your shirt...I greet you from El Salvador...You have a new subscriber. Nice tutorial by the way.
@unicornonthecob4302
@unicornonthecob4302 6 жыл бұрын
Can you make a video about how to use Date objects? The video you made a couple years ago uses code that doesn't work anymore. Can you show us how to make an alarm? I feel like that'd be a good demonstration of how to use Date objects. Would really appreciate it!
@Maury4
@Maury4 6 жыл бұрын
One more try. If I have a global variable "term" and I am using it to pass the term over to the details view, what would the line of code look like? I have tried indexPath.row but get no value for the term from the "cell" value. I know where the line of code goes, but nothing that I have tried will pass the term to the details view controller.
@jofresh228
@jofresh228 4 жыл бұрын
Hi thanks for the video! I'd like to know how can I add indentation to the cells? Thank you!
@codechamp2599
@codechamp2599 6 жыл бұрын
it works for me , thanks , where should i write code of perform segue in specific cell ?
@bsldngl7743
@bsldngl7743 6 жыл бұрын
hey Jerad.. loved your videos... very simple and easy to understand.. could you make a video where there are 2 drop down menus where if I select Dog in 1st drop down menu then a list of all the dog breeds shows in the 2nd drop down menu automatically.. and if I select cat in 1st drop down menu then a list of all the cat breed shows in 2nd drop down menu automatically... hope you get what i meant to say.. thanx in advance...
@yoannamareva3110
@yoannamareva3110 4 жыл бұрын
This Tuto is amazing :) So simple, yet everything works like charm! Thanks and keep up the good work :)
@emrehavan7456
@emrehavan7456 6 жыл бұрын
Thanks a lot for the video man! I have been searching for a way to collapse previously expanded cell once the user taps to expand another cell but couldn't figure out. Do you know how we can add this feature? Thanks in advance :)
@emrehavan7456
@emrehavan7456 6 жыл бұрын
Thats how found a solution for it; first I declared a variable as; "var currentIndexPath: IndexPath?" Then I've coded this at didSelecRowAt method; var sections:IndexSet = [] if let currentIndexPath = currentIndexPath { if (currentIndexPath.section == indexPath.section) { userArray[indexPath.section].opened = false sections = [indexPath.section] self.currentIndexPath = nil; } else { userArray[indexPath.section].opened = true userArray[currentIndexPath.section].opened = false; sections = [indexPath.section, currentIndexPath.section] self.currentIndexPath = indexPath } } else { currentIndexPath = indexPath; userArray[indexPath.section].opened = true; sections = [indexPath.section] } tableView.reloadSections(sections, with: .automatic)
@thatwascomic5118
@thatwascomic5118 5 жыл бұрын
Awesome you are love man you have solved my biggest problems.Thanks for the Vedic
@manolete340
@manolete340 4 жыл бұрын
What if you have section headers each with several expandable cells instead of just one?
@alfonsomora8382
@alfonsomora8382 6 жыл бұрын
Hello, great video. thanks for the help. One question, is there a particular reason why you delete the initial viewcontroller and add a tableviewcontroller? instead of adding a tableview to the viewcontroller? thanks
@MrMuscidae
@MrMuscidae 6 жыл бұрын
Not him, but it's basically to not have to write boilerplate code for the purpose of this video. To add a tableView you'd have to either drag it on screen in the storyboard to your viewcontroller and then connect it as an IBOutlet to your file, or manually instantiate it and then add it is a subview to your viewControllers view property. You'd also have to set up it's constraints (programatically or Interface Builder), set the delegate and dataSource of the tableView to your VC, and implement required methods of the dataSource. Or you could roll your own dataSource as a NSObject sucblass that conforms to UITableViewDataSource/UITableViewDelegate. A subclass of UITableViewController on the other hand already sets up most of this for free, you just have to override UITableViewControllers methods which correspond to the same methods from UITableViewDataSource and UITableViewDelegate protocols.
@bikashagarwal5817
@bikashagarwal5817 5 жыл бұрын
hi, excellent tutorial.. can you help if we have more subsection inside SectionData? for example [CellData(opened: false, title: "Title 1", Sectiondata: [["Cell1", "Cell2"],["Cell1"],["Cell1", "Cell2", "Cell3"]
@ВикторШабан-д8д
@ВикторШабан-д8д 5 жыл бұрын
Thank you very much! This video helped me a lot!
@shaileshprabhudesai6013
@shaileshprabhudesai6013 6 жыл бұрын
Make video on nested json parsing in decodable in swift 4.1
@Maury4
@Maury4 6 жыл бұрын
How would you pass the value for a list item within a heading item. I tried passing the textLabel.text value to the details view and keep getting no value for that.
@portjonesy
@portjonesy 6 жыл бұрын
that’s awesome, Jared! I entered the giveaway :) would love a sick watch like that! I’ll have to check out their Apple Watch bands though 😏
@Archetapp
@Archetapp 6 жыл бұрын
Been a watch guy my whole life, but have never really found one I loved & carried around. Usually I just got too sweaty, haha. Was awesome to have them reach out! Wood-watch bands are what I was missing in my life. Plus, it'll be nice to have on my mission! :D Good luck!
@unicornonthecob4302
@unicornonthecob4302 6 жыл бұрын
Mission like church mission? What church do you go to?
@comedy323
@comedy323 6 жыл бұрын
how to give the color to sections in your code Means highlight the section
@omerfarukaltun2480
@omerfarukaltun2480 4 жыл бұрын
Very helpful video! Well deserved subscription buddy.
@neerajjangid9622
@neerajjangid9622 6 жыл бұрын
how about putting dynamic data inside tableViewData variable in that case we to loop through our data, then how manage cellData inside tableViewData
@upruitsparklingcoffee6014
@upruitsparklingcoffee6014 6 жыл бұрын
Hi Jared, How can I close the previous section when I click row=0 of a new section?
@vikasnayak5465
@vikasnayak5465 6 жыл бұрын
how can I retrieve my core data entity's item in the expandable cells instead of static data which is used by you, example cell1,cell2,cell3, thank you in advance
@dantesolorio8755
@dantesolorio8755 6 жыл бұрын
Hey Jared, awesome video, this helped me a lot!
@yuriipetrov1593
@yuriipetrov1593 6 жыл бұрын
Jared, I using animation and I’ve more elements (example 50 sections). I open section (example 0 section) and scrolled my table to middle and I opened section 20, that my table jump :(
@awaisahmadcheema86
@awaisahmadcheema86 3 жыл бұрын
is this example code on gitHub?
@mjoctavio3730
@mjoctavio3730 6 жыл бұрын
Great vid tuts as always! Cheers Jared!
@thewalkerthapa5435
@thewalkerthapa5435 6 жыл бұрын
how to add rotation animation in table view cell when it expands ?
@sunkarishiva8578
@sunkarishiva8578 5 жыл бұрын
Very Helpful..but when i click the secon section first expand will be automatically collapse how to do that..?
@kumarprakash345
@kumarprakash345 3 жыл бұрын
Could you share the code?
@Timisenman
@Timisenman 4 жыл бұрын
I think the title is a bit misleading. These are expanding sections, not cells, are they not?
@AhmedMoussa147
@AhmedMoussa147 4 жыл бұрын
Actually, he is not using sections at all.
@michaelp.6511
@michaelp.6511 4 жыл бұрын
Yes, it’s sections expanding with rows. Works perfectly I would say 👌
@sholakc4070
@sholakc4070 6 жыл бұрын
how can we select the expanded items from this?
@Airbender07
@Airbender07 6 жыл бұрын
Please correct the Video, it Should return sectionData.count + 1 in numberOfRows Function, because your Cell1 is not visible on tapping the header. only cell2 & cell3 are visible. Adding +1 at numberofRows would solve this problem
@nicocapa123
@nicocapa123 5 жыл бұрын
Thank you for not using storyboards
@mohittomer9232
@mohittomer9232 5 жыл бұрын
didSelectRowAt indexPath: IndexPath) method is not calling , please help me
@aleksandrbagdasaryan2923
@aleksandrbagdasaryan2923 5 жыл бұрын
is it a good practise ?
@NathanLorenzRealtor
@NathanLorenzRealtor 6 жыл бұрын
Hey Jared I was literally thinking that, I actually would like to see some background of what you do when working on Tag. Great Idea.
@Archetapp
@Archetapp 6 жыл бұрын
Awesome to hear! I'll think about it some more then. :]
@aniltodkar6199
@aniltodkar6199 4 жыл бұрын
Thank You for this video.
@rohinignanasekar1252
@rohinignanasekar1252 5 жыл бұрын
how to show different array of items for each child cell for eg. sectionData["cell2","cell2","cell3"] sectionData["cell2","cell2","cell3"] sectionData["cell2","cell2","cell3"] -- in your program but, i want to show the data like this eg. sectionData1[cell1: "c", cell1:"b", cell3: "c"] sectionData3[cell11: "c", cell12:"b", cell13: "c"] sectionData2[cell21: "c", cell22:"b", cell23: "c"]
@mehmetemirbostanci5904
@mehmetemirbostanci5904 6 жыл бұрын
is there a way to use custom cells with this technique ?
@Archetapp
@Archetapp 6 жыл бұрын
Oh yeah, just switch out my “cell” with your own registered cell identifier. :)
@mehmetemirbostanci5904
@mehmetemirbostanci5904 6 жыл бұрын
im sorry that i'm asking over and over :) can i use 2 diffrent cells for sub cell and main cell ? i will use the sub cells to show details of some cell data
@joshr9723
@joshr9723 6 жыл бұрын
Does anyone know how to indent the rows that hold the "sectionedData"?
@sajjadparmar354
@sajjadparmar354 6 жыл бұрын
how we can put letest Added data top on tableview ??? hope you Rply me
@andrewwicks2435
@andrewwicks2435 4 жыл бұрын
Hello this worked well for me, thank you! Can anyone tell me how I might go about making the font different for the title vs section data.
@trainingoutlaws1859
@trainingoutlaws1859 5 жыл бұрын
Great video! May I get the source code for this tutorial? I'm fairly new. Thank you!
@The_MAZ
@The_MAZ 5 жыл бұрын
Hey Jared i have a scenario of tableViewCell "How to expand a cell on button click and add a view of desired height on that expanded part in the cell"
@andreioctavianmoraru3167
@andreioctavianmoraru3167 5 жыл бұрын
Instead of the button in the cell use an image or view that is customised to your likings then use the tableView function of didSelectRowAt: indexPath . As for the height, you may not need to worry about it, just use tableView.rowHeight = UITableView.automaticDimension and it should scale up to match the content inside the cell
@lydlydlydlyd
@lydlydlydlyd 2 жыл бұрын
thanks
@AregPetrosyans
@AregPetrosyans 5 жыл бұрын
Great video!! Thank you
@ankitasrivastava196
@ankitasrivastava196 6 жыл бұрын
Can someone pls help me .I am trying to delete rows in this tableview
@alexanderkornhauser3728
@alexanderkornhauser3728 6 жыл бұрын
Beyond me why there's no link to the code.
@roshanrijalable
@roshanrijalable 5 жыл бұрын
Can you please make a video on infinite expandable cells?
@er_shashikant4385
@er_shashikant4385 2 жыл бұрын
Thnku so much
@manan6166
@manan6166 4 жыл бұрын
Very useful
@wordpresswithdhaval4161
@wordpresswithdhaval4161 6 жыл бұрын
Can u make tutorial on CoreMl
@rajneeshkumar8828
@rajneeshkumar8828 6 жыл бұрын
Nice video . But can you please make a video where scroll in two way direction with some sticky row and column
@Archetapp
@Archetapp 6 жыл бұрын
Sure! Something like the App Store?
@rajneeshkumar8828
@rajneeshkumar8828 6 жыл бұрын
Yes
@shahriarmahmud7850
@shahriarmahmud7850 6 жыл бұрын
Can you please make rxswift tutorial
@쩡-p7z
@쩡-p7z 4 жыл бұрын
It's really help to me Thax:)
@Karma_Rinku
@Karma_Rinku 4 жыл бұрын
Can you create video for all docs.swift.org concepts in details .... at 2 to 3 video for each topic . Please..
@nawinkolipaka9402
@nawinkolipaka9402 5 жыл бұрын
can i get the source code please
@SparkGripRacer
@SparkGripRacer 5 жыл бұрын
give me your drop box address
6 жыл бұрын
hey guys! Anyone do this with a UIView container? I need some help about it
@giosueacevedo944
@giosueacevedo944 6 жыл бұрын
jared thank you so much! a beautiful tutorial! I have just a question: I implemented your code in a way that you can have just one section open at the time. so when you click to expand a section and there was another that you have expanded before, the app close the previous section opened and it opens the other. here the problem: if I open and close the same section it works perfectly, but if I open another section it crashes with this message: "libc++abi.dylib: terminating with uncaught exception of type NSException". here you can watch a video with it: www.dropbox.com/s/99j9d2zjqr4vrcu/video%20of%20error.MOV?dl=0 and here you can find all the project to try it: www.dropbox.com/sh/i00nlwfp1r3b8a2/AADJvqdGocL-lZJ1-PFBIBB6a?dl=0 please I need help. I don't know if you can add it to the video, or just tell me where I'm making the error. thank you again for your great job. you can find the post on stack overflow here with more information: stackoverflow.com/questions/51895695/libcabi-dylib-terminating-with-uncaught-exception-of-type-nsexception-trying
@mdhasanshaikh6403
@mdhasanshaikh6403 6 жыл бұрын
thnx bro...👍🏻
@erickramones2167
@erickramones2167 4 жыл бұрын
resolution is too big
@ManleyCelicourt
@ManleyCelicourt 6 жыл бұрын
Great video, 🔥Please make a stripe paid membership period subscription that will allow user to access specific data, I really need help with that ASAP and there is no tutorial about it 👏🏽 stripe + firebase
@spectre__et
@spectre__et 5 жыл бұрын
aaaaaah man.. tysm ...
@gjermundification
@gjermundification 6 жыл бұрын
#Jord = Soil or Earth in Norwegian
@emerazea
@emerazea 6 жыл бұрын
Pronounced “yord”
@alinaprotsyuk6229
@alinaprotsyuk6229 6 жыл бұрын
I think it is more convenient func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { if indexPath.row == 0 { data[indexPath.section].isOpened = !data[indexPath.section].isOpened let section = IndexSet(integer: indexPath.section) tableView.reloadSections(section, with: .fade) } }
@Muhammad55597
@Muhammad55597 5 жыл бұрын
you are great
@devdrinkprime3763
@devdrinkprime3763 5 жыл бұрын
do you have a flight to catch? i was just wondering why you are talking so fast.
@masthanappu896
@masthanappu896 6 жыл бұрын
Hai ,My Json dict is as follows After decoding of Json, How to get this details in a single tableview ,any one help me How can i create json module also thanks! [{"StudentID":2451,"ClassID":49,"SectionID":404,"Total":75.0,"Percentage":62.5,"Result":"PASS","RankGrade":"D","subjectmarks":[{"SubjectID":158,"SubjectCode":"TAM","SubjectName":"TAMIL","Mark":4.5},{"SubjectID":159,"SubjectCode":"ENG","SubjectName":"ENGLISH","Mark":8.5},{"SubjectID":160,"SubjectCode":"HIN","SubjectName":"HINDI","Mark":15.0},{"SubjectID":161,"SubjectCode":"MAT","SubjectName":"MATHS","Mark":12.5},{"SubjectID":165,"SubjectCode":"SCE","SubjectName":"SCEINCE","Mark":17.0},{"SubjectID":166,"SubjectCode":"SOC","SubjectName":"SOCIAL SCIENCE","Mark":17.5}],... }]
@oneteamtechnologies1914
@oneteamtechnologies1914 6 жыл бұрын
atleast give a link to source code so we can refer it man.....!!!!
@rumblechannel6343
@rumblechannel6343 5 жыл бұрын
At least the source code!! How dare he leaving us alone with a free tutorial?
@comedy323
@comedy323 6 жыл бұрын
plz answer me
@samsont5813
@samsont5813 6 жыл бұрын
First
@Archetapp
@Archetapp 6 жыл бұрын
Eyy, nice! :D
@mypd1991
@mypd1991 4 жыл бұрын
Hi master a question, how can I change the background color of the cell when it happens to be a section?
MVVM + Data Driven UI на практике swift
40:22
The Swift Developers
Рет қаралды 21 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 10 МЛН
How I Turned a Lolipop Into A New One 🤯🍭
00:19
Wian
Рет қаралды 11 МЛН
UITableView | Custom Cells! (Swift 4 in Xcode)
15:41
Jared Davidson
Рет қаралды 91 М.
Create a Search bar to Search from TableView Xcode 9.0 (Swift 4.0)
12:57
Let Create An App
Рет қаралды 75 М.
TableView - Expand/Collapse Section : Swift 3
18:11
taeSwift
Рет қаралды 58 М.
UITableViewDiffableDataSource Multi Sections
17:38
Kelvin Fok
Рет қаралды 1,6 М.
Learn Swift in 30 Minutes!
36:34
Jared Davidson
Рет қаралды 3,6 М.
The secret to the UIScrollView
11:44
Swift Arcade
Рет қаралды 12 М.