Live data from Hacker News

Viewing profile — dzenbot

dzenbot

HN member
Joined
Wed, Jan 29, 2014, 3:13 PM UTC
HN karma
6
Public activity
10 items

About dzenbot

iOS @SlackHQ. Speaker. Designer. Sometimes I contribute to open source. https://github.com/dzenbot

Recent public activity

  1. story
  2. story
  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. comment
    Comment #8364068

    thanks a lot @aaronbrethorst!

  8. 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 :)

  9. comment
    Comment #8363758

    Atomic commits yo! But yes, it was built with much love and attention to details.

  10. comment
    Comment #7144240

    Great library for scrapping UIWebView content! Thanks for sharing @ianmurrays