OC重點API

1     - (NSArray *)componentsSeparatedByString:(NSString *)separator      分割
4      stringWithFormat   初始化字符串
 
– substringWithRange: (位置  長度)  
– substringToIndex:( 開頭   下標 )

– hasSuffix:               是否某字符結尾
– isEqual:               對象是否相等
 
(可變)無返回值,原串上拼接 

NSArray
(可變)
– addObject:
– insertObject:atIndex:
– exchangeObjectAtIndex:withObjectAtIndex:
– replaceObjectAtIndex:withObject:

+ dictionaryWithObjects:forKeys:
– allKeys
– allValues
– objectForKey:
– keysSortedByValueUsingSelector:

+ dictionaryWithCapacity:










+ boldSystemFontOfSize: 18號粗體
numberOfLines
textColor  property


borderStyle  property
placeholder  property
clearButtonMode  property
secureTextEntry


– titleForState:


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章