Popup button not in the object library

I've seen many tutorials on how to use the popup button and they all have screenshots of the popup button in the object library. When I look, its not there. Anyone know why?

Accepted Reply

What platform are you addressing ?


NSPopupButton is for MacOS, not IOS.


In IOS, pop up us done through an alert (alert.popoverPresentationController)

Replies

What platform are you addressing ?


NSPopupButton is for MacOS, not IOS.


In IOS, pop up us done through an alert (alert.popoverPresentationController)

My app is for iOS. I'm trying to get a popup button (like a drop down list in Windows) like they show in this tutorial.

https://www.raywenderlich.com/759-macos-controls-tutorial-part-1-2


There isn't enough room on view I'm creating for a picker view.