1. 14 9月, 2016 1 次提交
    • V
      Merge pull request #7178 from valeriyvan:iosfixes · f1dcf71d
      Valeriy Van 提交于
      * Changes delegate property from assign to weak
      
      In modern Objective-C delegate should be weak. In very rare conditions you might want delegate be strong.
      Assign for delegate is sign of legacy code.
      This change prevents crash when you forget nil delegate in dealloc and makes rush with nilling delegate unnecessary.
      This change shouldn't break any existing code.
      
      * Adds implementation for setters and getters for weak delegate properties for non ARC Obj-C files
      
      For whatever reason compiler can't synthesize these.
      And yes, it's time to convert all Objective-C stuff to ARC.
      f1dcf71d
  2. 13 9月, 2016 2 次提交
  3. 10 9月, 2016 4 次提交
  4. 09 9月, 2016 7 次提交
  5. 08 9月, 2016 17 次提交
  6. 07 9月, 2016 7 次提交
  7. 06 9月, 2016 2 次提交