How to Create TableView in Xcode 15 (Swift 5)

How to Create TableView in Xcode 15 (Swift 5)

iOS Academy

5 лет назад

132,807 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@AnthonyGonzalez-r7q
@AnthonyGonzalez-r7q - 19.09.2024 20:32

Emmanuel Stream

Ответить
@RobertMcGovernTarasis
@RobertMcGovernTarasis - 05.01.2024 07:04

Why lie? Video is 3yrs old, and clearly uses Xcode 11. Likewise videos marked as 2024 yet are 1-3 years old. Your content is great

Ответить
@viniciushenriquepellegrini3534
@viniciushenriquepellegrini3534 - 12.11.2023 20:12

Thank You !

Ответить
@ArunKumar-p2k5b
@ArunKumar-p2k5b - 14.06.2023 10:57

which keys you are using for the search bar to pop up??

Ответить
@Anonymous-vh6kp
@Anonymous-vh6kp - 03.06.2023 18:48

I like how you explained things.

Ответить
@mineserv-bk2tm
@mineserv-bk2tm - 27.05.2023 01:59

hey, when I create a Project with Swift and Storyboard ill git a Cocoa Class instead of UIKit. does anyone know how to get it right ? :(

Ответить
@MarkizBoneco
@MarkizBoneco - 25.03.2023 14:27

Thank you for useful video. As usual.

Ответить
@elmcapp6032
@elmcapp6032 - 06.12.2022 23:53

what if we would like to add text and a button to the row

Ответить
@atnghia
@atnghia - 17.11.2022 11:53

Hello IOS Academy , I from Vietnamese

Ответить
@shruthirao6020
@shruthirao6020 - 08.09.2022 10:00

Hi, when user logs in I want to display his details in tableview, firstly users logs in, currently logged in user adds medicine details that stores in firebase database from there it should fetch

Ответить
@rishitprajapati6753
@rishitprajapati6753 - 15.07.2022 12:44

Awesome , Thanks

Ответить
@КириллЗайдулин-с9д
@КириллЗайдулин-с9д - 05.06.2022 10:51

Great video, thank you very much!

Ответить
@Намбаванинзеворлд
@Намбаванинзеворлд - 16.04.2022 18:03

Best TableView tutorial!

Ответить
@shrutichouhan8795
@shrutichouhan8795 - 12.04.2022 13:59

can you please provide the full code !!

Ответить
@harilakkakula9443
@harilakkakula9443 - 12.12.2021 20:55

Good Explanation , show the table view data from API consumption

Ответить
@dream_emulator
@dream_emulator - 27.11.2021 17:40

Wait a sec! How did you do that spotlight search in Xcode itself?

Ответить
@snehadugani6219
@snehadugani6219 - 26.10.2021 14:05

please create some videos on macOS app development also.

Ответить
@williamhulsey5451
@williamhulsey5451 - 23.10.2021 23:37

Your tutorials are good, but damn dude,
you could do to linger a little on written code before covering it up with your navigation
or zoom in a little less so you dont cut off code

Ответить
@maxspeed2k
@maxspeed2k - 22.10.2021 08:41

Thanks for breaking down tableview. But how do you know so much??... aren't you an expert in multiple languages?

Ответить
@TechnoForbes
@TechnoForbes - 04.10.2021 13:42

Amazing video, made me understand table view very nicely.

Ответить
@coonnaarr1984
@coonnaarr1984 - 31.08.2021 18:22

extension "Declaration is only valid at file scope"

Ответить
@lukassbeataddicts
@lukassbeataddicts - 19.08.2021 08:58

Dude use weak var for outlets otherwise you create hard link bad for memory

Ответить
@youbillonestv
@youbillonestv - 18.08.2021 07:53

Do you have video for getting user input in table View?
Like the table views in Contacts of iPhone.
Thanks for this.

Ответить
@hariswaqar9284
@hariswaqar9284 - 30.07.2021 16:02

thank you so much such you are great sir, May God bless you

Ответить
@zhenyuwang4387
@zhenyuwang4387 - 14.07.2021 11:33

Hi, I like your video and it is very helpful. Now I want to build an App with table view that first row display text, second row display image and third row display video. I can build an app that only displays video from table view, but i dont know how make the app to display all the three types. Could you create a video about that? Thank you for your time!

Ответить
@PiiiPheCarrasco
@PiiiPheCarrasco - 11.05.2021 06:56

Do you have a video table view programmatically?
Thanks

Ответить
@BusinessDevelopmentSolution
@BusinessDevelopmentSolution - 08.05.2021 06:49

you explained very well, it helps a lot to the beginners

Ответить
@davidwim
@davidwim - 03.05.2021 05:10

Can you please stop zooming in and out so much. Thanks

Ответить
@hugopinheiro4624
@hugopinheiro4624 - 22.04.2021 05:54

your work is amazing, thank you 🇧🇷

Ответить
@Robinlan
@Robinlan - 15.03.2021 02:42

You go wayyyyy too fucking fast

Ответить
@BalaaLyf
@BalaaLyf - 26.01.2021 21:08

When select cell it will be go to related view controller. How to do that..

Ответить
@swaraagsistla8641
@swaraagsistla8641 - 24.01.2021 02:43

this whole zooming out thing is quite irritating. I'm trying to get one line of code, but then one second later you zoom into the next part, meaning I can't see the full line, and I have to move back the time just before when you starting randomly zooming in. I find it really irritating to get through when there's a bunch of moving around going on, and if I miss something by just one second, you've already moved on to the next because you randomly zoomed into the next part.

Ответить
@CJB8112
@CJB8112 - 07.12.2020 16:18

Great video! I'm new to Swift (and coding in general) so I have a follow up question: I am looking to use a TableView to organize my data in layers. Specifically, by year, month. For example, I would like to have a table that specifies year where the user is able to select the applicable year and it takes you to a TableView where you can select the applicable month. You are then able to select a month and it will take you to a place where the user will input data in a template. Is this possible with TableView? If so, how do I make the program return the new TableView with all applicable selections?
Thanks in advance for your help!

Ответить
@campusgateapp7707
@campusgateapp7707 - 27.11.2020 01:30

Zooming was not necessary for me. Thank you for the tutorial

Ответить
@hamzaalaudi1184
@hamzaalaudi1184 - 17.10.2020 07:51

dude you are awesome, that was a great and clear explanation, simply put. Thank you!

Ответить
@paulmykhailov
@paulmykhailov - 14.10.2020 11:32

I love your videos! One thing I can't really get use to is zoom in and out effect while watching. The video quality is decent, I believe you can see the code and icons clear enough.

Ответить
@fabianthanner8136
@fabianthanner8136 - 12.10.2020 18:55

Great video thank you but i have a huge Problem in all of my table views and i noticed in yours, the problem exists too. The grey line between the cells isn´t in the middle, which means, the whole cell isn´t positioned in the vertical center. I tried so many things with contsraints, nothing helped. Do you have a solution for this problem?

Ответить
@ulugbeknematjonov566
@ulugbeknematjonov566 - 06.10.2020 16:30

why did not you create iphone settings in tableview?

Ответить
@mikheilpukhashvili5653
@mikheilpukhashvili5653 - 30.09.2020 21:53

Perfect

Ответить
@compsci91
@compsci91 - 23.09.2020 21:39

Please turn off the auto-zoom.

Ответить
@fernandoli6743
@fernandoli6743 - 12.09.2020 06:48

like you bro, very useful for me

Ответить
@anthonykim2372
@anthonykim2372 - 06.09.2020 00:04

bro you are literally the best. Keep up the good work!!

Ответить
@ahmedmujahad9999
@ahmedmujahad9999 - 03.09.2020 13:40

A great tutorial, simple and well explained. but i would like to suggest pleas also share the code as well on github or else where. it will really help us.
thankyou for sharing knowledge.

Ответить
@greg_richrd
@greg_richrd - 31.08.2020 23:45

Great tutorial, really well explained, thanks! But the zoom feature of your screen recording software makes it very hard to follow. Why don't you just lower your screen resolution if you want to make sure that it's not too small ;-)

Ответить
@rookie9114
@rookie9114 - 28.08.2020 06:08

Thank you for sharing this. Just to clarify indexPath.row actually returns an integer, so names[indexPath.row] is just the same thing as returning names[1]?

Ответить
@imacg5658
@imacg5658 - 26.08.2020 19:39

I am making an app that is a list of all the Wheel based iPods. When I tap on them, I want them to show information about the iPod. How do I do that?

Ответить
@yongtaekpark7808
@yongtaekpark7808 - 26.08.2020 10:46

wonderful and Thank you very much, I want to learn your another class

Ответить
@benedictsth
@benedictsth - 11.07.2020 22:04

Thank you for this very helpful Video.

Ответить