HackerNews for iPhone out now
itunes.apple.com
HackerNews for iPhone out now
1–9 of 9 posts
Re: HackerNews for iPhone out now
#2Re: HackerNews for iPhone out now
#3Re: HackerNews for iPhone out now
#4A few ideas that might be of your interest:
* Automatic text shrinking in UILabel is likely the numero uno bad feature put in place to encourage bad interface design. It makes font sizes inconsistent, it destroys visual rhythm, and it jags the lines. Try to implement variable height table views and be typographically consistent.
* UIActionSheet on iPhone should be presented from the bottom-most edge of the screen, not any random view, and not from the bottom of a view above the toolbar.
* The Comments view is using the grouped style with one cell per section. This is not a good idea because it simply introduces much more visual noise.
* Readability integration, read-later services and social sharing are all present in news:yc. They are not actually selling points when everybody can get it done practically in no time.
Re: HackerNews for iPhone out now
#5Re: HackerNews for iPhone out now
#6Congratulations on the App Store release. I’m assuming that we’re sharing a certain amount of vitriol regarding provisioning and code signing. A few ideas that might be of your interest: * Automatic text shrinking in UILabel is likely the numero uno bad feature put in place to encourage bad interface design. It makes font sizes inconsistent, it destroys visual rhythm, and it jags the lines. Try to implement variable…
The UIActionSheet should come from the bottom, it's a bug I need to fix (that randomly came about as I deployed)
I accept the point on comments, I'm currently redesigning them for the next version.
As for readability/social etc, it's a useful feature, so why not include it as a bonus?
Re: HackerNews for iPhone out now
#7Which api do you use to get this data? I'm curious about building an app (for learning purposes)
Re: HackerNews for iPhone out now
#8Could you try and sell it a bit more energetically to us? In what grounds is it better than the myriad of other clients that came before? How is it better than news:yc app, which has been recognized as one of the best around and Open Source?