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 int %li %lx %lo
unsigned long int %lu %lx %lo
long long int %lli %llx &llo
unsigned long long int %llu %llx %llo
float %f %e %g %a
double %f %e %g %a
long double %lf $le %lg
id %p
bool %d 0錶真,1表假
%@ 物件
%d, %i 整數
%u 無符號整形
%f 浮點/雙字
%x, %x 二進位制整數
%o 八進位制整數
%zu size_t
%p 指標
%e 浮點/ 雙字 (科學計算)
%g 浮點/ 雙字
%s c字串
%.*s pascal字串
%c 字元
%c unichar
%lld 64位長整數(long long)
%llu 無符號64位長整數
%lf 64位雙數
ios中常用的方法
分類 implementation uiimageview ext uiimageview imageviewwith uiimage img imgframe cgrect rect 拉繩 uiimageview imageviewforresizableimage uiimage image i...
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...