A.frame是bounds的別名 B.frame是bounds的繼承類 C.frame的參考系是父視圖坐標(biāo),bounds的參考系是自身的坐標(biāo) D.frame的參考系是自身坐標(biāo),bounds的參考系是父視圖的坐標(biāo)
A.JSON B.Property List C.XML D.HTTP
A. if(str1 = str2) xxx ; B. if([str1 isEqualToString:str2]) xxx ; C. if(str1 && str2) xxx ; D. if([str1 length] == [str2 length]) xxx;