I’m drawing a popover after a button clicked and I wish view into the popover a grid with a square thumb of an image and some text….
thanks!
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.
If I understand your question right, you want to have a custom view in your
UIPopovercontroller. This can be done by creating a newUIViewController, with its own content.Then load you popovercontroller from the class you load the action from. Example: