UIPopoverController issue in iPad?

Up vote 0 down vote favorite share g+ share fb share tw.

I am developing a iPad application and I use a popover controller to display selection options for certain textfields which I have on the root view controller in a UISplitViewController. For Example I have a city textfield and when I click on the textfield I have made a popover to show the cities and when I select a city from the table view in the popover it gets entered into the city textfield. Its working properly Like wise I have a price range text field and I have a xib where I have a UIPickerView which contains the price range.

The Xib also contains labels in them. I use the following code RentPricePickerViewController *priceviewobj = RentPricePickerViewController alloc init; //viewcontroller = priceviewobj; popover = UIPopoverController alloc initWithContentViewController:priceviewobj; When the popover shows up..it shows only a popover with dark blu background..it seems like a part of the UIPickerView is occupying the entire pop over ipad uipopovercontroller link|improve this question edited Jun 2 '11 at 4:38OMG Ponies95.1k1065138 asked May 25 '11 at 4:07Sankar Chandra Bose113110 69% accept rate.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions