Swift for Beginners: Create Collection View in Xcode (iOS - 2023)

preview_player
Показать описание
We'll learn how to create a grid of cells - otherwise known as a UICollectionView. Going over the various interfaces and protocols we need to implement to get this set up and working.

iOS Academy offers the #1 course for iOS Development for Beginners. Learn to create iPhone and iPad apps from scratch. Everyone these days has an app idea; learn the important skill of making those apps, make yourself more marketable, change industries to get a different job, and enjoy the ride!

Рекомендации по теме
Комментарии
Автор

Zooming in and out caused my eyes to readjust which is very uncomfortable but anyways great content. Thanks.

aakashadhikari
Автор

Simple and a great video. Zooming also helped. Thanks.

karthikeyaacharya
Автор

wonderful !! You the best teacher bro!

explosionradical
Автор

Very amazing video But I don't understand one thing. Who can Explain me why HE is using "item size " twice? once in the viewDidLoad and Once as an extension ? what is the difference

jurabekismatov
Автор

I am confused. Why do we need to specify the size 2 times (one in delegate and another view did load)?

TheBitterlove
Автор

thanks for sharing and it was really great!

fengjosephine
Автор

Would be nice to have a part 2 where you associate each cell with a different image, maybe different format than the standard and have each cell executing an action.

feripedis
Автор

Nice bro! Thanks for the awesome content

GabrielNovakovskiNunes
Автор

Your videos are awesome! I am starting into this iOS world and one thing that I think would be helpful for everyone is that you can use AutoLayout like in this video instead of coding the views, I've found myself struggling with AutoLayout but at the same time your videos have taught me a lot. Most of the projects out there are developed with AutoLayout, so it would be great if we can learn AutoLayout while learning to code too. You are awesome! thank you! <3 (with AutoLayout I mean storyboard 😅)

joseivanpenuelasontiveros
Автор

This was really good basic tutorial; however, you move pretty fast so the zooming in gets a little frustrating when trying to follow along.

Question: I am trying to create a grid type view of a bunch on buttons that will take the user to different screens. Each button will have an image with it, then have text overtop of what it is. What would be the best way to achieve my goal? Would using this method be better than using Table Cell View with a bunch of buttons?

TheBradyR
Автор

Like the way you explain little details while implementing. But seriously the continuous moving and zooming is frustrating and distracting as hell.
I had to pause the video mid way to give this feedback

Hussey_
Автор

Awesome. But like the most of people saying, zooming in and out is not good way to show your codes.

ronick
Автор

And what I would must change if I my cells has different widths and I want to automatically put cells in a new row when a new completed cell cannot be inserted in a previous row?

albertbo
Автор

When I right click the view controller at 15:07, the collectionView outlet is not available. I've double checked that all previous code is entered correctly.

cassidydubarton
Автор

Great Content. I dint give any focus on the zoom but your speed was a bit on the higher side. I had to slow down the view to follow.

sidharthpanda
Автор

thank you for this tutorial! Could you please make a tutorial for "implementing the iphone lock screen" with 10 key buttons and simulate the unlock function? Thank you!!!

laurapotter
Автор

Why set cell size inside viewdidload and also in the extension below

yinkaadeniran
Автор

please don't zoom in and out frequently

hazzelnuts
Автор

Mate your tutorial is really great but this extreme zoom in - zoom out made me dizzy

evangelosspyromilios
Автор

Great video... However, looks like it is failing when I run in iPad due to constraints issue... How can I make it compatible with all devices screen size?

avneetsingh