Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TRiViAL,我知道,但是在遵守约定时,iDevice 名称中的“i”是否有约定,作为较长标识符的一部分camelCase?Apple 是否有任何方法名称或标识符作为此类示例?
camelCase
someIPadMethod对比someiPadMethod
someIPadMethod
someiPadMethod
这是一个给你的:kAudioUnitSubType_AUiPodEQ
kAudioUnitSubType_AUiPodEQ
这是另一个使用相反约定的:kABPersonPhoneIPhoneLabel
kABPersonPhoneIPhoneLabel
第三种:NSCoreDataVersionNumber_iPhoneOS_4_0
NSCoreDataVersionNumber_iPhoneOS_4_0
看起来像多个约定。