Upgrade to Pro — share decks privately, control downloads, hide ads and more …

iOS Tips & Tricks

iOS Tips & Tricks

Krzysztof Zabłocki

January 11, 2014
Tweet

More Decks by Krzysztof Zabłocki

Other Decks in Programming

Transcript

  1. Debug builds can use just DWARF, dSym is unnecessary use

    RAMDisk for iOS Simulator / Derived Data Build faster
  2. Charles - Verify your application network connection and response Great

    for inspecting other apps as well Find issues
  3. Wasted - how much image compression are you wasting? looking

    for completely opaque PNG files and converts them to 90% JPGs PNG with (partial) transparency will be re-quantified using pngquant: the colors will be reduced and the data re-compressed, keeping the image quality between 90% or above JPG files will be re-compressed to 90% image quality Deploy smaller apps