// 因?yàn)閷?shí)例是全局的 因此要定義為全局變量,且需要存儲(chǔ)在靜態(tài)區(qū),不釋放。不能存儲(chǔ)在棧區(qū)。static WCuserMod * _handle ...
idclassObj =objc_getClass([@"DLGTest"UTF8String]); unsignedintcount=0; u...
導(dǎo)入 #import <objc/runtime.h> 不行就改這個(gè)
-(BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event{ return YES;}
[UIViewanimateWithDuration:2//執(zhí)行時(shí)間delay:0//延遲時(shí)間usingSpringWithDamping:0....
bounds(read-only) 當(dāng)前坐標(biāo)空間下的屏幕邊界,匹配設(shè)備方向。 scale(read-only) 當(dāng)前屏幕所在設(shè)備的坐標(biāo)空間與以點(diǎn)...
前言:有時(shí)候我們需要設(shè)置UINavigationController的導(dǎo)航條NavigationBar的顏色為透明度,這時(shí)候就需要使用到Navi...
//最小行間距 minimumLineSpacing;//最小列間距 CGFloat minimumInteritemSpacing;//itm...
我們手動(dòng)導(dǎo)入第三方庫的時(shí)候,感覺管理不是很方便,于是會(huì)選擇使用Cocoapods管理?,F(xiàn)在記錄一下使用心得,當(dāng)使用cocoapods導(dǎo)入afne...