Reputation: 699
I am building a xamarin.forms app. How would I create popups that resemble to UIPopoverPresentationController ?
I need to create popup with a list view and a search text box.
Upvotes: 0
Views: 194
Reputation: 283
Check out this plugin
https://github.com/rotorgames/Rg.Plugins.Popup
Use it myself for exact same task.
Upvotes: 2