User tlindner - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T06:26:01Zhttp://stackoverflow.com/feeds/user/24000http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1598597/when-use-clicktoflash-how-to-show-other-flashs-in-a-webview-based-on-safari/1601784#16017843Answer by tlindner for When use clicktoflash, how to show other flashs in a webview based on Safari? tlindner2009-10-21T15:52:20Z2009-10-22T00:41:37Z<p>You can have your app opt out of clicktoflash. The process is described at the bottom of <a href="http://rentzsch.github.com/clicktoflash/" rel="nofollow">http://rentzsch.github.com/clicktoflash/</a></p>
<p>"Include a key named "ClickToFlashOptOut" in your app's Info.plist file, set its value to 'YES', and your app will automatically be whitelisted by ClickToFlash."</p>
http://stackoverflow.com/questions/1497622/nsmanagedobject-as-nsdictionary-key/1497999#14979990Answer by tlindner for NSManagedObject as NSDictionary key?tlindner2009-09-30T13:10:05Z2009-09-30T13:10:05Z<p>I suggest to use [[[myManagedObject objectID] URIRepresentation] absoluteString] as your key.</p>