Building a Dynamic UIActionSheet
Saturday, December 3rd, 2011Most of the examples I see for UIActionSheet (the iOS pop-up menu) show static choices and checking for which one was picked by using constant values. That’s not going to work if your menu needs to be dynamic. For example, if you want to have an option to Email or Print an item, you might [...]