Adding a UITableView as a subview of UITableViewCell using Interface Builder
Posted: June 29, 2011 Filed under: Tutorial | Tags: cell, custom tableview cell, custom uitableviewcell, inside, subview, table, table inside cell, table view, tableview, tableview cell, tableview inside tableviewcell, tableviewcell, tutorial, uitableview, uitableview inside uitableviewcell, uitableviewcell, uitableviewcontroller 31 Comments »Adding a UITableview as a subview of a UITableViewCell??? Yes, you read it correctly and I typed it correctly. No mistakes have been made here. It sounds strange but once the idea came to my mind I had to do try it out to see if it was possible. I searched online and couldn’t find any help so I decided to write a tutorial. Here it is:
Read the rest of this entry »
Making a Video (and Photo) Thumbnail Gallery using Three20 Framework
Posted: June 24, 2011 Filed under: Tutorial | Tags: gallery, mpmovieplayer, photo, photo scroller, scroll, three20, thumbnail, ttphoto, ttthumbsviewcontroller, tutorial, uiimagepicker, uiimageview, uiscrollview, video, xcode 16 Comments »There is a huge number of tutorials on how to use three20 to create photo gallery but only very few on how to create photo gallery with thumbnails (they usually focus on creating galleries that start with scrollable photos.) And none at all on creating a video gallery. Therefore, I present this tutorial, which explains the method of creating a video gallery in detail. Starting from compiling three20 into a project, going through making a thumbnail gallery of photos and finally making a thumbnail gallery containing videos.