I’m looking for popover in iPhone and i want to make it like iOS 5 Reader feature:

After little research i found WEPopover and FPPopover but i’m looking if there anything like this API built-in iphone SDK.
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.
You could make a
UIViewwith some custom artwork and display it with an animation on top of your view as a “popover” with some buttons like so:Don’t forget to
#import <QuartzCore/QuartzCore.h>, if you want to use thecustomView.layer.