Tuesday, September 04, 2012

Much Needed Stack Overflows


How to communicate data and objects between View Controllers
http://stackoverflow.com/questions/569940/whats-the-best-way-to-communicate-between-view-controllers

And with modal controllers
http://petermcintyre.com/topics/data-from-modal-vc-via-protocol/

Apple Documentation on Protocols
http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ObjectiveC/Chapters/ocProtocols.html#//apple_ref/doc/uid/TP30001163-CH15-SW1

Accessing the Current Layer from another Sprite in Cocos2d
http://stackoverflow.com/questions/7668541/how-to-access-the-current-layer-in-cocos2d

Setting the display text on a UIButton
http://stackoverflow.com/questions/3209159/ipad-set-text-to-a-button-programatically

Setting Image Location Programmatically
http://stackoverflow.com/questions/5311639/setting-an-uiimageviews-frame-position-relative-to-parent-view-in-interface-bui

Converting Between NSArray and NSMutableArray
http://stackoverflow.com/questions/1768937/how-do-i-convert-nsmutablearray-to-nsarray

Fixing Some Allocated Released Messages
http://stackoverflow.com/questions/5855881/calayer-release-message-sent-to-deallocated-instance-in-uiviewcontroller


No comments: