mikeash.com pyblog/introducing-plweakcompatibility.html commentshttp://www.mikeash.com/?page=pyblog/introducing-plweakcompatibility.html#commentsmikeash.com Recent CommentsThu, 28 Mar 2024 20:52:27 GMTPyRSS2Gen-1.0.0http://blogs.law.harvard.edu/tech/rssRobert Payne - 2012-05-13 04:22:27http://www.mikeash.com/?page=pyblog/introducing-plweakcompatibility.html#commentsReflecting on whether or not this will be allowed in the app store. <br /> <br />If it gets rejected while it's a little bit of work to retro-fit it to use just MAZeroingWeakRef it's not more than maybe an hour or two work depending on how much you used the __weak symbol. <br /> <br />There are some API calls that will end up in your binary that otherwise wouldn't exist in iOS 4.0, those specifically being objc_initWeak, objc_storeWeak, objc_destroyWeak. <br /> <br />Only time will tell.ce487c630bf529fa6100c5c1184de2cfSun, 13 May 2012 04:22:27 GMTmikeash - 2012-04-07 18:08:57http://www.mikeash.com/?page=pyblog/introducing-plweakcompatibility.html#commentsThe procedure for adding it to your own project is so simple that I'm not sure it would be worthwhile. I wouldn't object if somebody else wanted to put one together, though!007683322588130fbb51c3b21252bc13Sat, 07 Apr 2012 18:08:57 GMTBen Scheirman - 2012-04-06 15:19:54http://www.mikeash.com/?page=pyblog/introducing-plweakcompatibility.html#commentsThis is awesome! Have you considered creating a Podspec for this? <a href="https://github.com/CocoaPods/CocoaPods/wiki/A-pod-specification">https://github.com/CocoaPods/CocoaPods/wiki/A-pod-specification</a>934c0169bea06d467b293ce7abd3d93aFri, 06 Apr 2012 15:19:54 GMTmikeash - 2012-04-03 00:31:43http://www.mikeash.com/?page=pyblog/introducing-plweakcompatibility.html#commentsI don't anticipate any problems with review, since the symbols in question are ones the compiler inserts automatically, so they wouldn't be considered "private" API. So while I can't predict the whims of Apple's reviewers on any given day, I don't see how this code would cause any more trouble than usual.5087b409ed4638e8b4714df71232d456Tue, 03 Apr 2012 00:31:43 GMTFelix Schulze - 2012-04-01 15:57:11http://www.mikeash.com/?page=pyblog/introducing-plweakcompatibility.html#comments__weak on iOS 4 sounds really nice. Could there any problems with the App Store Review?49716a6ed122772a89cf2a49a5e6dbdbSun, 01 Apr 2012 15:57:11 GMT