The MacTechGroup holds meetings for Macintosh programmers on the first Wednesday of each month at MIT in Cambridge, Massachusetts, USA.
Storyboards in iOS5 lets you get a better understanding of all your views on one single file (single design canvas) when compared to designing and wiring up NIB's which exist for each individual view controller.
Storyboards help in developing apps in the shortest amount of time and eliminates a lot of coding involved in wiring up the UI and helps you to focus more time in implementing models in your app.
Some of the limitations on using storyboards are the inability to connect your view controller to the app delegate in case you need to reference it. Also, you need a big monitor to see the entire storyboard to get a better understanding in case your app requires several view controllers. If you do not mind using the < and > buttons, this limitation is offset.
I will be talking about how to create an app from scratch with storyboards to help you understand how storyboards work. It will be a hands-on talk, so bring your mac if you have to as I will be writing code and explain to you the various aspects of storyboards. I will be happy to assist you at the end of the talk if you are coding with me and need help.