dscacheutil -flushcache
Category Archives: iOS
DNS Cache Flush Mac OS X
Posted by turbo124
on July 31, 2011
Comments Off
Xcode 4 Source Control Woes
Posted by turbo124
on April 26, 2011
Comments Off
IndexPath Row from sub-function
Posted by turbo124
on December 10, 2010
Comments Off
Ever wondered how you could generate the IndexPath row from a Function not related to tableview?
UITableViewCell *clickedCell = (UITableViewCell *)[[sender superview] superview]; NSIndexPath *clickedButtonPath = [_tableView indexPathForCell:clickedCell]; int row = [clickedButtonPath row]; NSLog(@"%i",row);
Hide UI Keyboard, back to basics
Posted by turbo124
on November 24, 2010
Comments Off
iPad – How much memory can I use?
Posted by turbo124
on November 21, 2010
Comments Off
