Build FULL iOS App in Swift: Part 7 (Rick & Morty | 2023) – Character Cell

preview_player
Показать описание
In this video we will focus on building out the character cell in be Rick and Morty app series. We will build out the sub use, lay them out, and hook up our data. We will be working in the latest version of xcode and Swift.

** Popular Series

** Get Skillshare free for 2 Months and learn iOS

** Manage all your investments from app earnings on Betterment!

** Grow your own Youtube tech channel with TubeBuddy:

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

Just want to mention that easy way to rename something in your project you just click with 2 fingers on what you want to rename and then refactor, rename and it will find all places in your project for whatever you renaming and rename everywhere

jasonjackson
Автор

I am happy to be here on this Channel
It has been really useful, really.Please, dont stop making videos.

asadbekmuzaffarov
Автор

Thanks also I like the way of your teaching.

abdirahmanabdullahimohamed
Автор

Thank you Bro you deserve 1 million subscribers with your hard works

chorbogturongi_masjidi
Автор

I do anonymous closures naming the object as 'view' inside all the closures. This helps with copy-pasting ;) i.e. lazy var button: UIButton = { let view = UIButton() etc...

davidlintin
Автор

I was just going to ask why some swift files not prefixed with RM))😊

aleksandrzinovev
Автор

why do we need to set image as a custom? What is the advantage of this way? We can set it easily with using Kingfisher.

jalaliyev
Автор

For views inside anonymous closures that’ll share most of their properties in that case I prefer to make them variables and move all the stuff that can be reused to a function, if the properties are shared but will have different values I add parameters

luki
Автор

There is an issue when I rotate simulator to portrait mode from landscape, images now in one column)) Trying to find solution) Great videos by the way!

aleksandrzinovev
Автор

I did everything similar to you, but in the end see this error:
[CodingKeys(stringValue: "results", intValue: nil), _JSONKey(stringValue: "Index 6", intValue: 6), CodingKeys(stringValue: "status", intValue: nil)], debugDescription: "Cannot initialize RMCharacterStatus from invalid String value unknown", underlyingError: nil))
What could it be? Thank you

NK-sjwk
Автор

I just wanted to provide a bit of feedback. I’ve made it this far in the series but it moves a bit too quickly. This short 20 minute video actually took more over an hour to get through. I am rather new to development, coding, and swift in general. I am not sure if I can continue on at this pace but I want to try. I was curious if you had any videos where you A, typed a bit slower and left things on screen so I can make sure what I am doing matches without having to back up and pause, and B, explaining things and concepts a bit more. There are a lot of things you are using, both part of the swift language, coding in general, design architecture, and even little shortcuts in your type and the code complete that just get blown by and its hard to follow. Id love to learn and watch more from you if there were some things you had like that. Let me know!

beauleyba
Автор

I'm just asking why you keep the app tutorials simple I don't think you write like that in reality 😁

kaanyeyrek