As far as I know, there’s no standard UI component that looks like Apple’s wifi selection popup:

Are there any open source custom components out there that I can use to get a similar popup in my app? If not, how would I go about writing my own?
I did find this on Google Images:

So I guess it is possible.
You can add subviews to a UIAlertView and make a custom behavior. I would recommend looking at this link:
http://codesofa.com/blog/archive/2009/07/15/look-uialertview-is-dating-uitableview.html
I also found this similar question:
How to add UITableView to UIAlertView?