joshbetz / Hypersonic

An iOS app for streaming music from a Subsonic server and other cloud services
http://joshbetz.github.com/Hypersonic
15 stars 3 forks source link

Pull down to refresh #30

Closed joshbetz closed 12 years ago

joshbetz commented 12 years ago
joshbetz commented 12 years ago

https://github.com/enormego/EGOTableViewPullRefresh - It's old, but there are a bunch of forks as well that we can look at.

joshbetz commented 12 years ago

https://github.com/jaminguy/EGOTableViewPullRefresh - Here's the most recently committed to fork, but there are a 6 or 8 that have had commits in the past month.

joshbetz commented 12 years ago

It works, but it seems to "stick" when it's pulling down update information.

toloumi commented 12 years ago

Must type password into settings before this will work? Maybe we should get the password saved on initial login.

Edit: Disregard...seems to be another problem.

joshbetz commented 12 years ago

Yeah, it works, but I don't think it's hooked up right because it sticks when you pull it down. After it releases it does actually update though.

toloumi commented 12 years ago

Odd, but it crashed the first time I was trying to do it not it works fine.

joshbetz commented 12 years ago

Probably just because it's not hooked up right.

joshbetz commented 12 years ago

Apparently Twitter isn't going to use their patents to initiate lawsuits, which is basically what I expected anyway: http://venturebeat.com/2012/04/17/twitter-patents/

joshbetz commented 12 years ago

getIndexes has a ifModifiedSince parameter, which would make the returned data much smaller.