Normally those would be done using the UIPopover class, which is part of the iOS SDK. However, that class does not work on the iPhone. Apple doesn't think you should have popovers like that on the iPhone because they don't work very well on a small screen. Some apps (like the facebook app) have apparently implemented their own method of doing the same thing. If you really want to use one then there are various open source reimplementations, but you should also consider doing something else instead if your popover is large (I don't consider the Facebook example a good UI). -- Adam Kemp [email protected] (512) 683-6058
[email protected] wrote on 09/26/2012 04:14:09 PM: > From: Kris Bloom <[email protected]> > To: > Cc: [email protected] > Date: 09/26/2012 04:14 PM > Subject: [MonoTouch] Popup Bubble? > Sent by: [email protected] > > I am trying to find out how to do these pup up dialogs that have the > pointer… I don't even know what this is called.. any help would be awesome! > > http://designspike.com/blog/wp-content/uploads/2012/05/Facebook- > Pages-Manager-App-Filter-News-Feed.gif > > > Thanks, > > Kris Bloom > -------------------------------- > Extreme Velocity 3D > www.ExtremeVelocity3d.com > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
