I was really debating whether or not to make this video, I’m not against programming in Objective C but it definitely feels like I went back in time while coding in it. Anyhow, I hope the folks out there appreciate this lesson, it’ll probably be the last one I do on Objective C. Enjoy.
Podcasts Course
https://www.letsbuildthatapp.com/course/Podcasts
Intermediate Training Core Data
https://www.letsbuildthatapp.com/course/intermediate-training-core-data
Instagram Firebase Course
https://www.letsbuildthatapp.com/course/instagram-firebase
Facebook Group
https://www.facebook.com/groups/1240636442694543/
Completed Source Code
https://www.letsbuildthatapp.com/course_video?id=3022
Instagram: https://www.instagram.com/buildthatapp/
Twitter: https://twitter.com/buildthatapp
Amazon Auto Links: No products found.
Hi Brian, how are you these days? Hope all is well.
What do you think a talk about Firebase security? Love your Firebase series, it really helped a lot. But later after couple try, I still feel not really get it. And overall, what do you think about the security of Firebase?
Thanks & enjoy the bright spring!
Last Video on this Old Programming Language lol
More ObjC series plzzzzz.
Your video is very helpful and useful . Please make more video for objC and CoreData..
8:33
Tried to write “let”?)))
Based on the Video Course (AppStore), I’m trying to develop something similar. However, when displaying a very large amount of data, it was not perfectly smooth scrolling. This is not ideal because it negatively affects the user experience.
.
I have tried several ways which is try to reload collection view at main thread (Dispatch.queque.main {}), apply this for the cell (cell.layer.shouldRasterize = true, cell.layer.rasterizationScale = UIScreen.main.scale) but the result remain same.
.
Hope you can enlighten us the best way to achieve smooth scrolling in uicollectionview.
Json.parse
Can you explain how to get image from url in objective c ?
Thanks
please make swift web server tutorial
More Obj-c Series please..
More objc videos!
It’s 2018. Why you guys still ask for Obj-C ? Don’t you see that ugly syntax?
Hey Brian, thanks for all the tutorials you made. Please make more ObjC series.
Quick question: In 11:35 you created a new mutable array for course objects then point the property array to it. Why don’t you just add course objects to the global one? Does it make any difference or better performance?
Swift is crap in comparison.
nice, this helps alot, do more if it helps your channel 🙂
Hey Brian! Do you record your face in OBS or do you add it in post?
more objC!!
Best tutorial.More objc please.
More ObjC series plz
Good intro
More objc videos! with Accessibility Voice over :D?
More Objectiveeee C pleaseeee
Why would anyone dislike this!?
Will it continue?
More Objc series Pleeease!!!!!!!
Hey Brian. I am from India, this video is very helpful for me. Please make more video for iOS Design Patterns Objective-c.
Thanks for your videos
is the thumb authenticator on iphone x a real thing
thanks, you’re doing a really good job.
What do you think about progressive web apps compared to native apps?
get and post request
Could have used this yesterday while I was finishing up my first Ojb-C app! Awesome video. Too bad its the last video on Ojb-C but perhaps its just a another sign to move over to Swift.
Very nice tutorials man, nice explanations
You have an error, a possible race condition. UI data should only be updated on the main thread and thus, self.courses = courses; should be called within the block with reloadData.
can you make a video about how to provide secure encryption of user data and chat messages?