CONCEPTUALLY speaking, we must read the dictionary objects, therefore getting the users name and use it to: 1. populate our Person Object 2. get the count value to set the number of Rows in Section 3. set the cell values to the names of these guys. So far Ive: 1. gotten the filepath 2. check if exists and create array for count 3. initwithdictionary with object@index:count 4. create Person Class Instance alloc/init 5. set my Persons displayName, userName & imageURL to the data from the dictionary on twitter via fetchusername. 6. now i have a person object with 3 usernames. i need the count to set the number of rowsinsection. i tried… Read More
Continue Reading