xdev
xdev

Reputation: 699

Xamarin.forms creating popups

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

Answers (1)

Danil Kurkin
Danil Kurkin

Reputation: 283

Check out this plugin

https://github.com/rotorgames/Rg.Plugins.Popup

Use it myself for exact same task.

Upvotes: 2

Related Questions