phildini / ios_twitter

Twitter Client for iOS Practice
0 stars 0 forks source link

Profile Pic and Label Sizing. #2

Open phildini opened 11 years ago

phildini commented 11 years ago

Hey @timothy1ee! I've got the resized cell working, and it fits the whole text. Two issues I'm having now:

1) I think I'm setting the profile pic correctly, but nothing shows up. Am I missing something? 2) I'm passing the tweet to the detail view, but it still only shows one line. (I set numlines = 0 and linebreak = wordwrap). Any thoughts?

Thanks.

timothy1ee commented 11 years ago

1) I'll give you a hint, look at this line 2) You haven't described any constraints, so the system just makes up some constraints. You need to specify the constraints and make sure that height remains unconstrained. Should look like this: http://d.pr/i/tVyF

The main takeaways for this homework were:

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