Have you seen the iPad Twitter App ? They have cool sliding views that are overlaid above each other. In this tutorial series, I will show you how to design an app similar to that. This will be a Photobook app with photo frame designs, sliding views. Watch the series of videos to discover an open-source application that will get you started quickly and I will show you how to customise the design for the app.
Part 01 – How to Design An App – Introduction
In this video, I will show you how to design an app similar to the Twitter iPad app. Our app will not be a Twitter app but a Photo book app instead. The app will have sliding views that are overlaid above each other and also a photo frame design.
Download the Finished Xcode Project and Design Files
[adv_signup]Part 02 – How to Customize A UITableViewCell
In this video, you will learn how to design a UITableViewCell for the left Table View. The cell will have a tray gradient with two labels, one for the folder name and another for the count of images in the folder.
Part 03 – Inserting a Cell in the Sliding Views
In this video, you will add the custom UITableViewCell cell to the Table View (UITableView) which makes up the menu on the far left.
Download the Finished Xcode Project and Design Files
[adv_signup]Part 04 – Adding a Picture Thumbnail To A UITableViewCell
This video teaches you how to add a custom thumbnail image to a cell. This image will have a photo frame effect
Part 05 – Designing a UIScrollView To Display Content