loadNibNamed:owner:options: 这个函数会返回一个nib的数组。不过,在iPhone2.1包括以后的版本,这个数组的第一个元素,即nib[0]表示的就是除了File‘s Owner 和 File Responder后的第一个东西。在iPhon2.1之前的版本,nib[0]是File's Owner,nib[1]才是除了File‘s Owner 和 File Responder后的第一个东西。特别注意一下^_^
本文详细介绍了loadNibNamed:owner:options:函数的行为差异。在不同iOS版本中,该函数返回的nib数组内容有所不同。iPhone2.1及之后版本中,数组首个元素为除去File’sOwner和FileResponder后的首个对象;而在iPhone2.1之前的版本,则略有不同。
loadNibNamed:owner:options: 这个函数会返回一个nib的数组。不过,在iPhone2.1包括以后的版本,这个数组的第一个元素,即nib[0]表示的就是除了File‘s Owner 和 File Responder后的第一个东西。在iPhon2.1之前的版本,nib[0]是File's Owner,nib[1]才是除了File‘s Owner 和 File Responder后的第一个东西。特别注意一下^_^

被折叠的 条评论
为什么被折叠?
