I am using a grouped table view to display items on a view controller.
I want anchor the section’s title just like it happens with the plani styled table.
How could I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ah, I know what you mean, my answer is no, you don’t think you will be able to do that in a simple way. You might be able to do that with some workarounds using custom
UITableViewCellsand customUIView'sas the section’s titles. I guess that way you could achieve that.