i want to add some text fields and the buttons to the popover view …
how to add those and i hav to read the text added into text field by user later …
….should i need seperate view controller class to control popover view or can i control with existed one which calls popover view….
any help Appreciated..
Create a UIViewController using IB or programatically. Add needed buttons, textfields and maybe some logic there and use this viewController for initializing an UIPopoverController (as Gendolkari suggested).