ios中常用的方法

2021-09-08 23:10:21 字數 941 閱讀 2065

分類

@implementation uiimageview (ext)

+(uiimageview*)imageviewwith:(uiimage*)img imgframe:(cgrect)_rect

//拉繩

+ (uiimageview *)imageviewforresizableimage:(uiimage *)image inrect:(cgrect)rect

else

return

imageview;}

@end

用block快速建立乙個block 

+(xpnetwork*)sharenetwork);

return

network;

}uitableviewcell進行分組的

乙個集合(nsarrary)包含多個個集合(nsarray addobject:nsarrary]。section

乙個集合包含 多個字典( nsarrary add

object

:字典】 row

賦值的時候

是最大集合

nsarray *sectionarray=self.mydata[indexpath.section];//

得到組 section

nsdictionary *resdic=sectionarray[indexpath.row];//

得到row.

//通過字典進行賦值。

nsstring *keyst = [nsstring stringwithformat:@"

%@:",[[resdic allkeys] objectatindex:0

]]; nsstring *valuest = [[resdic allvalues] objectatindex:0];

ios中常用的數學函式

1 三角函式 double sin double 正弦 double cos double 余弦 double tan double 正切 2 反三角函式 double asin double 結果介於 pi 2,pi 2 double acos double 結果介於 0,pi double at...

iOS開發中常用的巨集

ui尺寸類的巨集 log日誌列印 判斷裝置?系統?判斷當前的iphone裝置 系統版本 定義乙個define函式 define tt release cf safely ref if has feature objc arc compiling with arc else compiling wit...

IOS 中常用站位符

cgpoint cgrect等可以轉化為字串列印出來 如 nslog nsstringfromcgpoint point char c short int hi hx ho unsigned short int hu hx ho int i x o unsigned int u x o long i...