
As you see, a image cycle show area. is it in the first cell of table or some other ways implement?
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.
Does it scroll with the content or is it static?
If it scrolls with the content:
Using
tableHeaderViewis the easiest solution.If it is static:
Just layout as a separate view above the
UITableViewin Interface Builder or code.