Skip to content
kevindelord edited this page Mar 4, 2016 · 5 revisions

Tips

  • Add more custom functions inside the helper files. All logics related to a class model should/could be inside this file. It helps a lot to structure the code.

  • Try to keep all Magical Record functions into the model files.

  • Subclass the DKDBManager and use this new class to add more DB related functions. It keeps the AppDelegate cleaner.

External Links