pamo / Tweety

iOS Twitter Client Implementation
0 stars 0 forks source link

Reply Status Update #2

Open pamo opened 10 years ago

pamo commented 10 years ago

@timothy1ee I pushed my latest changes. Apart from some auto-layout issues I'm having in the tweet view controller, I'm stuck on forming the reply payload. I know the username of the recipient has to be in the tweet text and their tweet id has to be passed as a parameter, but I can't figure out why those values aren't being picked up when I move from one controller to the next. Could you take a look?

https://github.com/pamo/Tweety/commit/45e4abe984515babd7c113a27f241e3fb3bdf816

pamo commented 10 years ago

Issue was passing the username value to the ComposeViewController from TweetViewController as a NSString property. Couldn't figure out how to pass it so I passed it as a UILabel instead. Seems to be working now.

timothy1ee commented 10 years ago

Pam, I'm glad you were able to get things generally working. You've successfully augmented the networking and model layers. You've also played around with basic navigation.

The main takeaways for this homework were:

Here's my checklist of things I'm looking at when I'm reviewing this project.