I was scratching my head of why the heck does the my tableview does not automatically update its data.
My binding:
NSArrayController = ACIssues
Controller Class = Issue Controller (have NSArray property subviewControllers)
ACIssues has it contentArray binded to subviewControllers’s array in Issue Controller. Somehow, changes made to the array of subviewControllers in Issue Controller does not reflect on [...]
Archive for the ‘How-to’ Category
Array Controller bounded to an Array
Posted in Cocoa, How-to, Programming, XCode on 4 January 2009 | Leave a Comment »
Disable iPhone 2.0 keyboard dictionary autocorrect
Posted in Hack, How-to, iPhone, tagged autocomplete, autocorrect, disable language, Hack, How-to, iPhone on 8 August 2008 | Leave a Comment »
Though iPhone dictionary keyboard is an innovative word suggestion but sometimes, I would like the keyboard to be turned off so that I would be able to write in my language. Actually, if it turned off, I would not mind. I think I would be typing faster if the dictionary is disabled.
Thus, I googled on [...]