Posts

Showing posts from February, 2012

Private Frameworks

Use Class-Dump to generate the header files for Private Frameworks Download: http://www.codethecode.com/projects/class-dump/ Usage: http://confluence.gordonturner.ca/display/NOTES/Using+class-dump ./class-dump -H /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk/System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary -o /Applications/class-dump/class-dump-iPhone5.0-PhotoLibrary.framework otx tool reads out the the same information but along with machine code. Download: http://otx.osxninja.com/

JavaScript Tutorials

To begin with JavaScript http://www.w3schools.com/js JavaScript tutorials for people who already know how to program http://yuiblog.com/crockford/ Mozilla Dev Network https://developer.mozilla.org/en/JavaScript JavaScript Book http://eloquentjavascript.net/ Getting started with JQuery http://docs.jquery.com/Tutorials