custom alert view
Posted
by
lolol
on Stack Overflow
See other posts from Stack Overflow
or by lolol
Published on 2012-10-09T18:30:27Z
Indexed on
2012/10/20
11:01 UTC
Read the original article
Hit count: 321
objective-c
Foursquare uses a customised alert (like the attached image). I'm trying to get the same look and feel, rounded corners, fade in and fade out effect, etc. I'm looking around but all the solutions I found seems to over complicate something simple, like:
http://joris.kluivers.nl/blog/2009/04/23/subclass-uialertview-to-create-a-custom-alert/
Am I in the right path? Should I use some custom view class that I don't know about? Should I write my own?
© Stack Overflow or respective owner