1. Open Source Crash Reporting

    https://www.plcrashreporter.org/

    “Reliable, open-source crash reporting for iOS and Mac OS X. Plausible CrashReporter provides an in-process crash reporting framework for use on both iOS and Mac OS X, and powers most of the crash reporting services available for iOS, including HockeyApp, Flurry, and Crittercism.“

  2. Table View Custom Cell Insertion Animation

    To add a custom table view cell insertion animation (ex. a springy animation + alpha 0 to 1):

    Store the index paths that need the custom insertion animation. Insert the index paths into your data model. Insert the index paths into the table view with no animation. Create a custom animation …

    READ MORE »

« Page 4 / 9 »