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

Wire login button directly to cell #7

Closed joshbetz closed 12 years ago

joshbetz commented 12 years ago

If it's too much of a pain, we can skip this.

I think we should wire the login action directly to the cell instead of having an object embeded in the cell. Right now the cell doesn't react at all when you click the object, and if we could click directly on the cell instead, it would highlight.

All the cells are static, so I don't think this will involve much code.