How to create a custom UIPopover for iphone using monotouch framewok?

UIPopoverController is not supported on iPhone. You would have to write your own custom controller and view to get this functionality. There is a open source implementation in ObjC here which you could btouch or port.

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

Here is the question I need to create a panel that apear on the app by clicking on the naviagationItemRightBarButton. This panel contains labels btn etc... I tried to do it using a UIPopover but I think that only works for ipad app. Public UIPopoverController CustomPopover; FilterSortController newpanel = new FilterSortController(); //FilterSortController is UIViewController CustomPopover = new UIPopoverController(newpanel); CustomPopover.

PresentFromBarButtonItem (this.NavigationItem. RightBarButtonItem , UIPopoverArrowDirection. Any, true); and after that I overried the ViewDidLoad of the FilterSortController ContentSizeForViewInPopover = new System.Drawing.

SizeF(320,110); There is no way to create a Popover for iphone using monotouch. Thanks for the help iphone ipad monotouch monodevelop uipopover link|improve this question asked Mar 25 '11 at 19:42Khaldoun193111 94% accept rate.

Thanks for this implemen. It is not well maked I am looking for something for monotouch to custom is like I want Can you just give me the main idea how to do it – Khaldoun Mar 25 '11 at 20:28 I would upvote twice just for the effort vs expectation of getting any points for the answer. :) – Eduardo Scoz Mar 25 '11 at 20:57.

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