Etan
Etan

Reputation: 17554

How can a Popup like the "Select Wi-Fi Network" alert be implemented

In iOS, a popup is shown from time to time that asks the user to join a Wi-Fi network.

Select a Wi-Fi Network

I want to implement a similar popup with custom contents

Upvotes: 0

Views: 891

Answers (2)

Kaan Dedeoglu
Kaan Dedeoglu

Reputation: 14851

Check this out, it is exactly the thing you need: github example project

Upvotes: 0

calimarkus
calimarkus

Reputation: 9977

Not with the system UIAlertView. You have to code your own, or use an open source component.

This could be a starting point/example: BlockAlertsAnd-ActionSheets

Upvotes: 2

Related Questions