数组 用来存贮对象的有序列表,它是不可变的 不能存数C语言的基本数据类型 只支持OC对象 #pragma mark Create a array //Initialize NSArray void arrayCreate(){ //Create an empty array NSArray *array=[NSArray array];// static method create static Array no need to release //empty can't add boz it…
[Collection Operators] Collection operators are specialized key paths that are passed as the parameter to the valueForKeyPath: method. The operator is specified by a string preceded by an at sign (@). The key path on the left side of the collection o…
iOS Programming Web Services and UIWebView The work is divided into two parts. The first is connecting to and collecting data from a web service and using that data to create model objects. The second part is using the UIWebView class to display web…