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:


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