Quote:
Originally Posted by smsawant
i am using UIPopoverController in my universal application,
when i compile application on using sdk lower than 3.2 it is giving me some error.following are that errors when i compile,
1)cannot find protocol declaration for 'UIPopoverControllerDelegate'
2)expected specifier-qualifier-list before 'UIPopoverController
but application is running fine on both device iphone and ipad.
problem come when i want to run my application on iphone simulator i.e. using sdk lower than 3.2.
i have done weak linking of uikit framework to run my application on device.
any help will be appreciated.
|
Hi Sanket,
Namskar Sir,
I get it segment control in UIPopoverController..
But on the click of segment i do email
-For the segment control i create one class and that class i call at UIPopoverController
-Now when i click on image i see one UIPopoverController with segment control which is call from one other class as i say tht in above phase.
-When click on segment control do the Email...click on tht call another class from this segment control class I call it also but can not get any data which i want...
Note: I'm already alloc that class as well as Init it also
From
Ashish Raval