
#import "NavigationViewController.h" #define LBColor(r, g, b) [UIColor c...
self.navigationController.navigationBar.translucent = YES航欄的屬性默認(rèn) YES是透明效...
ios開(kāi)發(fā)之單位時(shí)間內(nèi)限制button的點(diǎn)擊次數(shù) -(void)timeEnough:(UIButton *)btn { btn.selecte...
iOS 設(shè)置導(dǎo)航欄透明后 push 界面 界面下移64高度 解決方法: self.extendedLayoutIncludesOpaqueBar...
iOS之label行間距的縮進(jìn)http://blog.csdn.net/wangyurui_wyr/article/details/518886...
/******* 設(shè)置兩個(gè)時(shí)間差為固定值 *******/ NSCalendar *calendar = [[NSCalendar alloc]...
1、數(shù)組轉(zhuǎn)字符串: NSString * str= [stringArrcomponentsJoinedByString:@";"]; 2、字符...
UIControlEventTouchDown 單點(diǎn)觸摸按下事件:用戶點(diǎn)觸屏幕,或者又有新手指落下的時(shí)候。 UIControlEventTouc...