I would like to split my tableview’s layer into two layers. Like this I will be able to transform one of them.
How can I manage that ?
Thanks a lot !
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.
What do you mean? How do you want to split the table view’s layer? You can use my UITableView category in LTKit to grab the rects of interest from the table view (the section headers, the sections themselves, all the visible table view cell rects, etc.): https://github.com/LucasTizma/LTKit/blob/master/LTKit/Categories/UITableView%2BLTKAdditions.m
Using this, you can easily grab the table view’s layer as an image representation and then split up that image into sublayers you can then transform or animate as I’ve done here: http://f.cl.ly/items/0s2S101b1E2e3N0D431m/Screen%20Recording%203.mov