UICollectionView Tutorial

UICollectionView Tutorial

Code Pro

4 года назад

47,766 Просмотров

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


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

Code Pro
Code Pro - 15.03.2020 17:10

While there are many table and list UI layouts, grid layouts are also very heavily used in mobile user interfaces. Learn how to leverage the UICollectionViewController to quickly setup a grid user interface.

Ответить
Aleksei Voronovskii
Aleksei Voronovskii - 13.02.2023 10:53

thanks! you help me to understand the basics about Collection View

Ответить
Joey Rubin
Joey Rubin - 07.06.2022 05:54

What a great lesson. Easy, very well explained, awesome! Thank you!

Ответить
Maur Zac
Maur Zac - 22.03.2022 23:57

useless

Ответить
nika kalandia
nika kalandia - 08.02.2022 00:47

OH GOD FINALLY I DID IT! Dude thank's a lot for this tutorial. I am beginner in Swift and english is not a my main language but I understand full of your video. Thanks a lot again!

Ответить
Daniel Goldberg
Daniel Goldberg - 03.12.2021 23:07

Please help this situation has happend in every tutorial i follow! in CollectionViewController I cant every call collectionViewCell, it says its not in scope. I dont know what to do

Ответить
Johnson Han
Johnson Han - 03.12.2021 08:07

Why is the withReuseIdentifier set to "Cell"?

Ответить
German Castaned
German Castaned - 03.08.2021 02:20

Awesome video!!! great job

Ответить
Unik Mandakh
Unik Mandakh - 05.07.2021 13:11

Could you please re-iiterate or create separate video on CollectionView on why it needs 3 functions ? Is there anything else to connecting the class? what are the other files are there for in collectionview main story board ? why r u using sub class ? would the using same class create difficulties ? Tutorial is plane and simple which is great i can easily follow but i can't use it to make something of my own coz i didn't understand a thing ... i just followed it.... what is dataSource protocol ? what does the dequeueReusableCell function does ? If i wanna for example make changes to the cell press how do i do that ? if cell is pressed i want to for example make a cell of different color ?

Ответить
Caio Kao
Caio Kao - 18.05.2021 02:19

Great content, Bro
Tks

Subscribed and liked!

Ответить
Neil Morley
Neil Morley - 05.04.2021 18:36

Very well explained and demonstrated. Thankyou

Ответить
Jony Ive
Jony Ive - 05.04.2021 12:47

Awesome! Nice teaching Style...

Ответить
Yuvraj Sharma
Yuvraj Sharma - 20.03.2021 23:15

Thank you

Ответить
Tony Naranjo
Tony Naranjo - 19.03.2021 13:34

If you are using a storyboard like in this case, it does register the cell for you the way you don't have to do it in the viewDidLoad(), but also, if you do it, you'll get an error at trying to recognize the cells, I noticed that when trying to cast the cell to my custom cell class... It took me a hard couple of hours for realizing the reason. Thank you, you didn't say it but you gave me the hint I needed.

Ответить
Andrew Clark
Andrew Clark - 25.02.2021 07:03

Great tutorial. Very simple and comprehensive

Ответить
Владислав есть
Владислав есть - 19.02.2021 10:01

Thank you for your tutorial, easy to understand and clarify. But, the last part with "didSelect", was not the best approach for fetching string data.
IMHO

Ответить
Renaldy Sabdo
Renaldy Sabdo - 04.02.2021 13:10

great one, i learn a lot from you

Ответить
Mike
Mike - 25.01.2021 23:49

Dm me on ig dmfs100 I need app

Ответить
Ida Meyer
Ida Meyer - 11.01.2021 20:40

I tried a few tutorials but kept getting errors or too much unnecessary code. Thanks for a great video! Just one question: how would you add images along with the text?

Ответить
Darrick Baxter
Darrick Baxter - 07.01.2021 06:07

Love this tutorial. It helped me solve a problem with my cell size not matching up. I fixed the Flow Layout. Thanks Code Pro!

Ответить
Abin Krishna O
Abin Krishna O - 21.11.2020 10:04

Can You please tell us that , How to give spacing from the leading part of the collection view cell .[ i want to give space at the left side of the first collection view cell ] .

Ответить
tone
tone - 21.10.2020 04:08

Awesome! Thanks

Ответить
AKAMI
AKAMI - 20.10.2020 07:21

Where can we get the code?

Ответить
Hercules
Hercules - 19.09.2020 02:03

Thank you so much for explaining the hidden side of technology and teaching me how to create stuff myself.

Ответить
AKAMI
AKAMI - 20.08.2020 10:49

It would be great if you would put it on github, so we don't have to look at the video and type it in. Even just putting it on pastebin or heck, copying it in to the description or a comment would be good.

Ответить
Sinan NourEddine
Sinan NourEddine - 03.07.2020 17:58

cellForItemAt is not getting called...Any help?

Ответить
smoothumut
smoothumut - 26.06.2020 13:41

I must say, I have watched many tutorials but yours is the only one that answers all the questions in my mind. it was really good approach to clean all the codes then start to create them back with telling the idea behind them with what it is really doing. I finally made my code works.thanks thanks thanks a lot

Ответить
Preeti Kamboj
Preeti Kamboj - 13.06.2020 12:35

Hello Sir,

Your video is helpful for me but i'm using same syntax but getting error for that (cityCell.configure(with: "dataSource[indexPath.row]")) for this error is ["Value of type 'CollectionViewCell' has no member 'configure'"] please can me to get out from this error.

Thanks
Preet

Ответить
Software Sage
Software Sage - 08.06.2020 23:59

Fantastic tutorial

Ответить
Li Tao
Li Tao - 04.06.2020 15:52

it is very helpful cause it is basic and you teach very clearly ! thank you for you lesson !

Ответить
CK Chong
CK Chong - 30.05.2020 12:27

Great tutorial!

Ответить
Dreieck Kreis Quadrat
Dreieck Kreis Quadrat - 25.05.2020 16:35

great and very useful. thanks for this!

Ответить
ASHOK KUMAR MUTHYAM
ASHOK KUMAR MUTHYAM - 21.04.2020 11:39

sir i want singleton concept

Ответить
Sagar Patil
Sagar Patil - 10.04.2020 22:41

@code pro: Your tutorials ares simply great. Can I urge you to make PROTOCOL ORIENTED PROGRAMMING tutorial in actual iOS application. So many examples are present but they are basics like Hello World. Actual xcode project can make this important topic clear. Can you please? It will be great help Sir

Ответить
Sachin Sharma
Sachin Sharma - 08.04.2020 22:11

Sweet Tutorial as always

Ответить
R Genericson
R Genericson - 15.03.2020 22:13

Nice!

Ответить