After some days looking for the correct way to show the data, now I finally did it! Thank you for your simplicity, others videos they put a lot of things and loose the point of the tutorial that is TEACH, and the best way to teach is simplicity!
would much rather look at the entire screen so we can see everything at once instead of all the zooming and mouse follow stuff, otherwise great video thank you.
10:50 Please please please tell how to set an arbitrary height for the header, which will depend on the size of the label that is put inside of the view. Should it be done in viewDidLayoutSubviews? Is it the systemLayoutSizeFitting? Please help!
good afternoon sorry but i have one problem with my code in my application. the question is i crate a tableview end i create the extension for convert in pdf end print it, but when i print it is come out like e column and not cover all page. can you help me? thank you so much
Sure! Do you mean a "sticky" footer that does not scroll? Or a footer all the way at bottom of scroll area? Make sure to subscribe so you don't miss the video :)
@@iOSAcademyI mean sticky footer that doesn't scroll with tableview, because I want making a ads view on there. By the way your tutorial viedo is great. XD
Hey , How can i manage pagination with section header is the date (which is dynamic in every pagination) and every date has some activity which has to be shown under the date section and so on
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat { return 20 } is not working to space sections is there another way to do so?
heightForHeaderInSection is not working for me.
My Xcode version is 13
What should I do ?
After one year nobody dont tell what wrong(
not working for me either. I'm also Xcode 13
Not working for me either too! Xcode 13
Maybe. func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
return UIView.init(frame: CGRect.init(x: 0, y: 0, width: tableView.frame.width, height: 50))
}
together with .
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 100
}
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
return UIView.init(frame: CGRect.init(x: 0, y: 0, width: tableView.frame.width, height: 50))
}
After some days looking for the correct way to show the data, now I finally did it! Thank you for your simplicity, others videos they put a lot of things and loose the point of the tutorial that is TEACH, and the best way to teach is simplicity!
Glad it helped!
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 20.0
This isn't working for me. I'm using Xcode 13. Thoughts?
Me either, did you find a solution?
Thank you
Youre welcome
would much rather look at the entire screen so we can see everything at once instead of all the zooming and mouse follow stuff, otherwise great video thank you.
Thanks for the feedback & thanks for watching!
Very straight forward, abstract and clear information. thank you and really helpful
You’re welcome
Hey I can't access the Arrays in the Array by referring to them as sections.. maybe you can help me with that? - Great Videos btw!! 🔥
What error do you get? I have a hunch your syntax is incorrect
favorite channel at the moment! Keep it up!
Thanks! Make sure to subscribe for more
iOS Academy already done!
How to give header and footer for evry section
How can I make header or footer of the table view fixed?
Youd use an extra external view
10:50 Please please please tell how to set an arbitrary height for the header, which will depend on the size of the label that is put inside of the view. Should it be done in viewDidLayoutSubviews? Is it the systemLayoutSizeFitting? Please help!
Thanks you a lot!
Youre welcome
good afternoon sorry but i have one problem with my code in my application.
the question is i crate a tableview end i create the extension for convert in pdf end print it, but when i print it is come out like e column and not cover all page.
can you help me?
thank you so much
you should record the entire screen like at 3:36
Thanks for the feedback
you should stop telling my man what to do.
Could you teach me how to make a footer isn't scrolling with the tableview? Thanks
Sure! Do you mean a "sticky" footer that does not scroll? Or a footer all the way at bottom of scroll area? Make sure to subscribe so you don't miss the video :)
@@iOSAcademyI mean sticky footer that doesn't scroll with tableview, because I want making a ads view on there. By the way your tutorial viedo is great. XD
Another awesome video as always, thanks a lot!!
You’re welcome, make sure to subscribe
Hey , How can i manage pagination with section header is the date (which is dynamic in every pagination) and every date has some activity which has to be shown under the date section and so on
good explanation
dude
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 20
}
is not working to space sections is there another way to do so?
Are you registering and dequeueing the header?
@@iOSAcademy This working for me. Xcode 13. func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
return UIView.init(frame: CGRect.init(x: 0, y: 0, width: tableView.frame.width, height: 50))
}
@@iOSAcademy This works for me -> Xcode 13
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 100
}
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
return UIView.init(frame: CGRect.init(x: 0, y: 0, width: tableView.frame.width, height: 50))
}
Working. Xcode version is 13.
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {
return UIView.init(frame: CGRect.init(x: 0, y: 0, width: tableView.frame.width, height: 8))
}
func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 100
}
Am I missing something? Did a PRINT statement in the didSelectRowAt block and it isn't working?
Did you set the delegate to self?
How can we divide the data captured with json into sections?
You should use multi dimensional arrays
@@iOSAcademy What? Show us please. filter. reduce. oh my!
Awesome video man
Thanks! Make sure to subscribe for more :)
Is there a way to build out header and footer views in storyboards?
Yes! You can simply drag a uiview into the tableview
@@iOSAcademy how can make sticky header with this uiview
Спасибо. очень полезно
Too much zoom in and zoom out is irritating instead increase the font size please ?
Good feedback, newer videos have less zoom
Wow we get clickbated so hard. This dude literally said on iOS. But I guess he lied-
Sorry you feel that way. Please do share what topic i missed when covering this
This is on iOS, stupid!!
So stupid