1amageek / PaperKit

PaperKit is like Paper app of Facebook
Other
156 stars 16 forks source link

Do you forget a 'TODO'? #13

Closed Limon-O-O closed 9 years ago

Limon-O-O commented 9 years ago

In PKCollectionViewController.m, animateWithProgress() function, you miss a 'TODO'. I try to finish it, but not good.

if (expand) {
    // Finish
 } else {
    // TODO:
}

Thank you for your PaperKit, help me a lot in my project.

1amageek commented 9 years ago

Hi Limon-catch. I fix it.

Limon-O-O commented 9 years ago

Greet!!!

1amageek commented 9 years ago

i am updating podfile now

Limon-O-O commented 9 years ago

Nice! Thanks a lot.