417581 Small Xcode iPhone Project
Budget N/A
Hi
Main View:
Need plist to read into uitableview. plist is a list of baby names.
layout: segmented control with 2 segments Boy and Girl. Table will only display Boys names if Boys is selected and Girl names if Girls is selected.
Another Segment control will be able to sort by Alpha the other by Rank ( Baby names are ranked in plist).
When user clicks a cell a actionsheet will give user choice to Add to Favorites or Cancel. Favorites are saved to a data.plist.
This view will have a Bar Button Item that will push the Favorites View onto stack.
Favorites View:
Will display values from data.plist. The user will be able to select Boys or Girls to View in tableview. The user will have the option to Add and Delete Baby Names to Data.plist.
That is All. This is more just for learning.