根据 Apple指南,这似乎令人困惑,例如对于方法viewWithTag
在Java中,我会有一个名为
getViewByTag // Java version, equivalent to viewWithTag in Obj-C
但我也发现有一些类似的方法objectForKey
,那么为什么不直接使用objectWithKey
呢?
getObjectByKey or just get // Java version, equivalent to objectForKey,
// but why not objectWithKey? Or not viewForKey above?