how can we scroll until last item in tableView (i.e even if there are thousand tiles I want to scroll until there is only last item showing in tableView)
Very good tutorial . Love the content.To the Point. But a request though is to not use the auto-zooming. Hurts eyes as it cannot re-adjust so fast as you move your mouse fairly quicky and also brain cannot focus , cause the content then seems to feel disconnected/broken. But , definitely the content is best. Very easy to understand. Thanks for the video
Great video!! Is there a tutorial where you teach how to dynamically add or remove itens from the custom cell? Like I have a button to upload a fila and then after it uploads I want to replace that button to a confirmation message or icon, did you teach something like that in any of your classes?
You are one of the best instructors. I can reproduce your Demo’s with no problem. Thank you for your videos. Question: how would I rank the five entries based on a sum of a field in a cell. Is this even possible? And do you have training videos for full apps that I can signup for or purchase? Demos for complex to do apps or TV guide type apps. Any information would helpful. Thank you!
Thanks so much! This is definitely possible - can you explain your desired outcome a bit more and I can provide the steps you'll need to take. As for the training videos - I am actually working on a few courses that I'll be releasing in the coming months. My first priority right now is to make these videos freely available and build this community on TH-cam :)
Having trouble connecting my Outlet to my TableView (4:21 mark). When I R-click to access that menu, it doesn't appear; any reason why it may not? I follow the video closely, but for some reason that is the problem that will not allow the app to load or function like yours in the video. Any advice would be greatly appreciated; thanks?!
can you create a video for creating a tableView using RxDataSource , and explain why rxDataSource , how it would benefit for creating a tableView using rxDataSource, and more details regarding that
Thank you! For spacing, you can either implement a custom cell with spacing your override the heightforfooter tableview function. Set it to 70 and run. Youll see a 70 point space between each cell
@@iOSAcademy i got this sirr.. www.dropbox.com/sh/uvn19sovdcmqoqc/AACFSpZ0BXKe4icdhj7jCR-Oa?dl=0 what should i do, maybe you have some resource to share?
Hey, great tutorial thanks... But I have no idea how to dynamically insert images into the UIImageViews. Do you have any other links that can assist? Thanks
is there any way to put condition in the elements of a cells? e.g if i click on yellow part (do a task) n if i tap on red part (do another task) but within the did select row function?
Thank you very much !!! That was fast and clear ! I use protocols to operate with custum cell, is use xib file better ? Or as always every instrument is good at different things ?
Both xibs and protocols have their advantages and disadvantages - I would recommend using what ever you are comfortable with and that can get the job done :)
Doesn't work when working with tab bar views and segues from another view controller. Is there something else you need to add? Also, loading shared data from model class instantiated in AppDelegate for populating cells.
Hello IOS Subscriber I am getting an error please help me: tableView.register(nib, forCellReuseIdentifier: "10") Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value>
Why do we create a tableview cell with XIB? We can also create a custom cell by adding a prototype cell in tableview. Do you have example of scenario where creating a tableview cell with XIB is a must?
A suggestion. Your videos are great, but you can avoid too much zoom and zoom out every time which is hurting our eyes. You can zoom when it is really required. Thanks
Enjoy my teaching style? Check out some of my premium courses at courses.iosacademy.io/
how can we scroll until last item in tableView (i.e even if there are thousand tiles I want to scroll until there is only last item showing in tableView)
This is great tutorial, my 5%: try not to zoom too much. It distracts focus
Hey Lagu, thanks for the feedback! Glad you liked the video
I would just make the font size bigger that way you don't have to zoom in and out.
I was struggling with this for hours watching other videos. This video fixed every issue I had. Thank you so much!!
constant auto-zooming is very distracting..but tutorial itself was good 👌🏾
Thanks for the feedback
Tks! I am working on my career transition to become an iOS Developer and your channel has helped me a lot. best wishes for you :D
Youre welcome
best iOS channel
Thanks!
I actually like the zooming. Great video to refresh my memory!
This is beyond a doubt the best custom cell tutorial I've seen. Very clearly explained. Thank you.
Glad you found it helpful, more content to come!
Very good tutorial . Love the content.To the Point. But a request though is to not use the auto-zooming.
Hurts eyes as it cannot re-adjust so fast as you move your mouse fairly quicky and also brain cannot focus , cause the content then seems to feel disconnected/broken.
But , definitely the content is best. Very easy to understand. Thanks for the video
great tutorial but dont zoom to often I makes me dizzy. thanks for the video buddy.
Great feedback - thanks!
Thanks , good content for beginners
You’re welcome
Great tutorial!
Thanks
Auto zooming makes things complicated and for my taste waaaay to fast, but good explanation.
Other than the zoom issue that others have brought up, what is the big rush?
Thanks for the feedback
thank you very much for the rffort your doing. appreciated.
i would drop the zoom in and out part, doesnt give any bennefits, but confusing actualy...
Thanks. New videos have no zoom
Absolutely excellent! Great explanation of the building blocks for using a custom cell. Great for building upon! Thanks!
Thanks! Glad you liked it
I really appreciate your work, this video helps me a lot! thanks for sharing your knowledge.
You’re most welcome
Useful and easiest understand!!!! thanks so much
Thank you for this tutorial, keep it up
You’re very welcome!
Many thanks for this great tutorial. 1 question : How to segue from those created cells ?
Thanks
This is a great tutorial. It really needs to be rerecorded without zoom as it makes it ridiculously hard to follow.
Thanks for the feedback
Great video!!
Is there a tutorial where you teach how to dynamically add or remove itens from the custom cell? Like I have a button to upload a fila and then after it uploads I want to replace that button to a confirmation message or icon, did you teach something like that in any of your classes?
absolute great job. thank you
Youre welcome
Crystal clear explaination!
Thanks!
Thank you very much!
Youre welcome!
Thank you very much for great explanation!!!
Youre welcome
do u have this video without zoom? pleaseee
You are one of the best instructors. I can reproduce your Demo’s with no problem. Thank you for your videos. Question: how would I rank the five entries based on a sum of a field in a cell. Is this even possible? And do you have training videos for full apps that I can signup for or purchase? Demos for complex to do apps or TV guide type apps. Any information would helpful. Thank you!
Thanks so much! This is definitely possible - can you explain your desired outcome a bit more and I can provide the steps you'll need to take. As for the training videos - I am actually working on a few courses that I'll be releasing in the coming months. My first priority right now is to make these videos freely available and build this community on TH-cam :)
Thanks . you are the best!
Thank you!
Having trouble connecting my Outlet to my TableView (4:21 mark). When I R-click to access that menu, it doesn't appear; any reason why it may not? I follow the video closely, but for some reason that is the problem that will not allow the app to load or function like yours in the video. Any advice would be greatly appreciated; thanks?!
best one!
Do you provide the code to this tutorial on your website or maybe on github?
can you create a video for creating a tableView using RxDataSource ,
and explain why rxDataSource , how it would benefit for creating a tableView using rxDataSource,
and more details regarding that
Hello, your tutorial is so good, i want to ask, how to give spacing for each cells?
Thank you! For spacing, you can either implement a custom cell with spacing your override the heightforfooter tableview function. Set it to 70 and run. Youll see a 70 point space between each cell
@@iOSAcademy i got this sirr.. www.dropbox.com/sh/uvn19sovdcmqoqc/AACFSpZ0BXKe4icdhj7jCR-Oa?dl=0
what should i do, maybe you have some resource to share?
Hey, great tutorial thanks... But I have no idea how to dynamically insert images into the UIImageViews. Do you have any other links that can assist? Thanks
Thank you a lot
You're welcome! Make sure to sub
is there any way to put condition in the elements of a cells? e.g if i click on yellow part (do a task) n if i tap on red part (do another task) but within the did select row function?
great tutorial! In the future zooming in and out less would be more useful as it was a bit hard to follow, but otherwise really clear, thanks!
Thanks for the feedback
Thank you very much !!! That was fast and clear ! I use protocols to operate with custum cell, is use xib file better ? Or as always every instrument is good at different things ?
Both xibs and protocols have their advantages and disadvantages - I would recommend using what ever you are comfortable with and that can get the job done :)
Nice Tutorial, but try to put the app in the discribtion
Thanks & thanks for the feedback. Make sure to sub
hey, thanks for useful tutorial videos. I like Zooming-out. it's readable. keep on! Have you premium videos for more tutorials?
Thsnks. Premium content coming soon
How do I resize each cell ?
Doesn't work when working with tab bar views and segues from another view controller. Is there something else you need to add? Also, loading shared data from model class instantiated in AppDelegate for populating cells.
Hm, this has nothing to do with tab bar and segues
The custom cells, don't take the background colour of the whole view, so what can I do to fix this?
cell.backgroundColor = UIColor.systemPink
...if your cell is named cell and your ViewController's background is systemPink :)
Hello IOS Subscriber
I am getting an error please help me:
tableView.register(nib, forCellReuseIdentifier: "10") Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value>
You are getting this error because you have not registered a table view cell with that identifier
Why do we create a tableview cell with XIB? We can also create a custom cell by adding a prototype cell in tableview. Do you have example of scenario where creating a tableview cell with XIB is a must?
Actually my content view objects were overlapping in the simulation. Using XIB to arrange layout separately solved that problem.
Good tutorial. Stop all the zooming and slow down on your explanations. Leave the code on the screen a bit longer.
Thanks for the feedback
A suggestion. Your videos are great, but you can avoid too much zoom and zoom out every time which is hurting our eyes. You can zoom when it is really required. Thanks
zoom-in and out makes so much effort to watch.
Great video but Please do not use zooming. It is soooo annoying
Turorial is good but too much auto zooming. Make me dizzy.
Thanks for the feedback
No zooming is fine i am using small phone. There would be many so great going
HI mate great view ,howevert the zooming in and out is disorientating, I had had to stop watching. Sorry.
Thanks for the feedback
please stop zooming in and out everywhere
New videos have no zoom
Просто увеличь шрифт,а не приближай код.
Please stop zooming. It's distracting and makes it difficult to learn.
New videos have no zoom
@@iOSAcademy bro I need zoom. Bcz I'm using 240p video quality.
I stopped watching at 5 minutes. The frenetic zooming in and out and panning makes what would otherwise be valuable content unwatchable.
ZOOOOOOM ZOOOOOMM ZOOOOOOM - spin cycle complete puke
New videos have no zoom
Thank you!
You’re welcome!