【iOS】Implicit conversion of 'int' to 'id' is disallowed with ARC

【iOS】Implicit conversion of 'int' to 'id' is disallowed with ARC_第1张图片
今天在Xcode上写Masonry遇到的问题

会不会有童鞋要问 Masonry是什么啊。

Masonry 是什么、有什么用?

出处:Masonry是github开源项目: https://github.com/Masonry/Masonry,

作用:一个轻量级的布局框架, 封装了OC的自动布局。

特点:采用链式语法、简洁明了、可读性高。

平台:支持IOS、OSX。

【iOS】Implicit conversion of 'int' to 'id' is disallowed with ARC_第2张图片
看一下错误  传入的要求是id 而我写的是int
【iOS】Implicit conversion of 'int' to 'id' is disallowed with ARC_第3张图片
转换一下试试 成功

解决是解决了  是什么原因呢???需要去查证

你可能感兴趣的:(【iOS】Implicit conversion of 'int' to 'id' is disallowed with ARC)