objcio / articles

All current objc.io articles
593 stars 122 forks source link

Understanding Scroll Views - A Window into the World: Content Size - wrong image #40

Closed onmyway133 closed 10 years ago

onmyway133 commented 10 years ago

I'm reading http://www.objc.io/issue-3/scroll-view.html In section A Windows into the world : content size, the image is not quite right. It should be contentOffset {x: 80, y: 40 } instead of contentOffset {x:-80, y:-40}

chriseidhof commented 10 years ago

@joeconwaystk can you verify this?

itsjoeconway commented 10 years ago

Correct, it does need to be swapped.

chriseidhof commented 10 years ago

@joeconwaystk do you still have the source files for this image? would it be easy to edit? otherwise, we can do it with photoshop =)

itsjoeconway commented 10 years ago

@chriseidhof 1x and 2x images along with source file in your email inbox.

chriseidhof commented 10 years ago

Awesome! I fixed it in the repo, updates to the website will be pushed today. Thanks both!