Skip to content

LeonB/Munin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http://useyourloaf.com/blog/2010/6/29/updating-for-the-iphone-4-retinal-display.html
http://www.raywenderlich.com/934/core-data-tutorial-getting-started

http://www.amateurinmotion.com/articles/2009/02/08/creating-a-static-library-for-iphone.html

Removing old sqlite database: rm -r ~/Library/Application\ Support/iPhone\ Simulator/*/Applications/*/Documents/Munin.sqlite

Using categories from a library with iPhone: http://developer.apple.com/library/mac/#qa/qa2006/qa1490.html
Use the "Other linker flags" option: -all_load

 => I don't know why, but the configurations of all subprojects should be the same as the Munin project.
 E.g.: Device/Simulator v.s. Arm6/Arm7
 
Core Data overzicht:
  - http://cocoadevcentral.com/articles/000086.php
 
 Deleting objects with core data:
   - http://cocoawithlove.com/2008/04/propagate-deletes-immediately-in-core.html
 
 ManyToMany:
   - http://www.iphonedevsdk.com/forum/iphone-sdk-development/51050-core-data-many-relationship-question.html
 
 FindOrCreate:
   - http://stackoverflow.com/questions/2209228/core-data-pattern-how-to-efficiently-update-local-info-with-changes-from-network
   - http://henrik.nyh.se/2007/01/importing-legacy-data-into-core-data-with-the-find-or-create-or-delete-pattern
   - http://developer.apple.com/library/mac/#DOCUMENTATION/Cocoa/Conceptual/CoreData/Articles/cdImporting.html
   
uitableview(cell) customizing:
  - http://code.coneybeare.net/how-to-make-custom-drawn-gradient-backgrounds
  - http://blog.urbanapps.com/post/366385398/how-to-make-custom-drawn-gradient-backgrounds-in-a
  - http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html
  
Backgrounds:
  - http://www.carbonfibergear.com/nine-free-carbon-fiber-backgrounds-and-patterns-for-your-iphone/
  - http://ebin.wordpress.com/2010/09/06/free-carbon-fiber-iphone-wallpaper/
  
Voorbeeldjes:
  - http://www.appsamuck.com/
  
@TODO:
  - Favorites met een shortcut op de homepage (plugins en/of services?)

Releases

No releases published

Packages

No packages published