Skip to content

pullrequests Search Results · repo:casatwy/CTMediator language:Objective-C

Filter by

9 results
 (113 ms)

9 results

incasatwy/CTMediator (press backspace or delete to remove)

support SPM
  • cdoky
  • Opened 
    on Apr 18, 2024
  • #82

  • xwlxwl
  • Opened 
    on Apr 6, 2023
  • #81

Scope of changes is restricted to docs only
  • plan-do-break-fix
  • Opened 
    on Apr 23, 2021
  • #78

  • sacrifice123
  • Opened 
    on Mar 9, 2021
  • #76

解决重复引用C函数实现的问题,将 C 函数实现放入.m文件
  • FanyiZeng
  • Opened 
    on Jul 14, 2020
  • #66

新增一个简化调用 CTMediator 单例的函数,将[CTMediator sharedInstance] 简化为 CT() 来获取单利对象。 这有助于在 OC 以及 Swift 环境下,更简洁的调用使用 CTMediator 进行组件的调用。
  • FanyiZeng
  • Opened 
    on Jul 14, 2020
  • #65

变量名修复
  • WooNoah
  • Opened 
    on May 9, 2019
  • #49

修正target返回void在ios8下的crash问题,原因是performSelector要求返回值为id类型,而void返回不符合签名,在ios8下我测试是会遇到crash,这里使用判断如果返回值为void,使用invocation替代
  • zzzworm
  • Opened 
    on Jun 5, 2017
  • #13