Tagged in

Confirms

Eastros
Eastros
A publication on software development
More information
Followers
3
More, on Medium

Mimicking JavaScript’s alert, confirm and prompt in iOS

While some people argue against these functions, I think they are pretty good tools for rapid prototyping. And I really missed them in iOS, so I created similar functions in my iOS projects. Here is how they can be used:

[sourcecode…