Giter Club home page Giter Club logo

Comments (4)

mac-cain13 avatar mac-cain13 commented on July 20, 2024

ARC should fix a lot of your memory issues for you, but hit the Product -> Analyze menuitem in XCode to make the compiler run a static analyzer that will check your code for a lot of mistakes and give hints about how to fix them. This is something you should do regularly to check for mistakes you overlooked.

Also check and read about Instruments, this is a great developer tool that helps inspect a lot of aspects of your App. You can look into performance, memory usage and energy usage with Instruments and you should get familiar with it. It really helps to understand what's going on in your App when you see strange behavior or want to optimize stuff.

If you need more info about Instruments check Apple's WWDC developer video's and the docs, they contain great tips, tricks and howto's! :)

Hope this helps! And of course if I notice anything that needs improvement I will send a pull request. :)

from battery-time-remaining.

codler avatar codler commented on July 20, 2024

Aha, thank you very much for the info! :) Ill run the Analyze then.^^ Instruments tool looks very complex :P

from battery-time-remaining.

osigge avatar osigge commented on July 20, 2024

I'll take a look or two and provide some tests.

from battery-time-remaining.

osigge avatar osigge commented on July 20, 2024

See #41

from battery-time-remaining.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.