Viewing profile — dzenbot
dzenbot
HN member- Joined
- Wed, Jan 29, 2014, 3:13 PM UTC
- HN karma
- 6
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About dzenbot
Recent public activity
- story
- story
-
comment
Comment #8364906
We do the same thing, custom views, mostly drawn in -drawRect:, reused in different cells. It's actually a very nice technique but like you said, the are some sacrifices to take. S…
-
comment
Comment #8364769
Most definitely! UICollectionViewLayout should be the right answer, but the thing is: the Slack iOS app was already built using UITableView, drawing many many custom cells. We'll p…
-
comment
Comment #8364482
By subclassing SlackTextViewController, you'll get a tableView or collectionView, and a toolbar at the bottom containing the growing text input. That's basically it. You may decide…
-
comment
Comment #8364117
Try this out and let us know what you think. It's been designed in a way where you shouldn't care about the growing text input and trivial features related to it, but to build your…
-
comment
Comment #8364068
thanks a lot @aaronbrethorst!
-
comment
Comment #8363817
I believe that atomic commits makes things easier later, if you need to roll back, stash, or branch out. It's just hard to keep the habit going and not become lazy :)
-
comment
Comment #8363758
Atomic commits yo! But yes, it was built with much love and attention to details.
-
comment
Comment #7144240
Great library for scrapping UIWebView content! Thanks for sharing @ianmurrays