For more information on creating custom cells, check out your Beginning Storyboards in iOS 5 Tutorial.
OK, now that you have your table view set up correctly visually, you just need to update the code to fill in the table with a list of scary bugs.
You’ll store your RWTScaryBugDocs in a NSMutableArray, the collection class that you use for arrays that should be able to dynamically change in size.