Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dzenbot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Iconic: An auto-generated icon font library for iOS and tvOS (check it out)
(github.com)
2 points
by
dzenbot
10y ago
|
0 comments
2.
▲
New auto-generated icon font library for iOS [beta]
(github.com)
1 points
by
dzenbot
10y ago
|
0 comments
3.
▲
by
dzenbot
12y ago
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. Still, these cells depend of a tableViewcCell which has
4.
▲
by
dzenbot
12y ago
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 probably port someday to UICollectionView ;)
5.
▲
by
dzenbot
12y ago
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 later to override some methods for disabling or e
6.
▲
by
dzenbot
12y ago
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 tableView/collectionView cells and content.
7.
▲
by
dzenbot
12y ago
thanks a lot @aaronbrethorst!
8.
▲
by
dzenbot
12y ago
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.
▲
by
dzenbot
12y ago
Atomic commits yo! But yes, it was built with much love and attention to details.
10.
▲
by
dzenbot
13y ago
Great library for scrapping UIWebView content! Thanks for sharing @ianmurrays