$30 off During Our Annual Pro Sale. View Details »

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. !
    Tips & Tricks for iOS Dev
    Krzysztof Zabłocki
    @merowing_

    View Slide

  2. Setup
    Unified project setup

    View Slide

  3. Ever had someone testing wrong version of the app?
    Setup

    View Slide

  4. AppCode - Xcode, do you even refactor?
    Build faster

    View Slide

  5. Build faster

    View Slide

  6. CodeRunner - easy way to tests gists in different languages
    Build faster

    View Slide

  7. Debug builds can use just DWARF, dSym is
    unnecessary
    use RAMDisk for iOS Simulator / Derived Data
    Build faster

    View Slide

  8. Charles - Verify your application network connection
    and response
    Great for inspecting other apps as well
    Find issues

    View Slide

  9. Reveal - find your hierarchy issues with ease.
    Find issues

    View Slide

  10. 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

    View Slide

  11. Slender - Which images are not longer used in the
    project?
    Deploy smaller apps

    View Slide

  12. Thank you!
    Krzysztof Zabłocki
    @merowing_

    View Slide