6 comments

  • Robert GrazioliRobert Grazioli, over 8 years ago

    This is a great article. I've heard very little about the negatives of this approach. Thanks, man!

    1 point
    • Marc Edwards, over 8 years ago

      I haven’t seen any other testing. Just wanted people to be aware of the pros and cons of the method.

      1 point
  • Daniel WhyteDaniel Whyte, over 8 years ago (edited over 8 years ago )

    Nice, I'm not a fan using PDF's, but exporting PNG's can be cumbersome, I've been using Iconfonts for a while, and it makes things pretty quick when adding new assets.

    Just like:

    NSString * const IconName = @"\uf100";

    Then use font with size to draw.

    0 points
    • Robert GrazioliRobert Grazioli, over 8 years ago

      This is what we've been doing as well. It's awesome when you have icons changing color. However, scaling isn't ideal because they'll always maintain the same weight.

      0 points
      • Marc Edwards, over 8 years ago (edited over 8 years ago )

        You can change color if you're using PNGs, too. iOS can tint images based on transparency easily.

        0 points
  • Spencer HoltawaySpencer Holtaway, over 8 years ago

    I didn't even know you could do that.

    0 points