*.o,*.lo,*.la,*.al,.libs,*.so,*.so.[0-9]*,*.pyc,*.pyo,*.rej,*~,#*#,.#*,.*.swp,.DS_Store...
在cell里設(shè)置: - (void)setFrame:(CGRect)frame{ frame.origin.x += 0; frame.origin.y += 10; fr...
[self.window.rootViewController.navigationController pushViewController:login animated:...
self.tabBarController.selectedIndex = 0; [self.navigationController popToRootViewContro...
前言 IM即時(shí)通訊. 對(duì)于iOS開(kāi)發(fā), 融云, 環(huán)信, 網(wǎng)易云信, 都是還不錯(cuò)的選擇. 作者今天就以 融云, 網(wǎng)易云信 為例簡(jiǎn)單介紹下, 即時(shí)通訊單聊的 聊天界面 集成....
通過(guò)寫(xiě)UITextField的點(diǎn)擊事件傳值: self.titleTextField.delegate = self; [self.titleTextField addTar...
NSString *strT = [NSString stringWithFormat:@"%@",dic[@"birthDate"]]; NSTimeInterval ti...
//cell的點(diǎn)擊方法 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexP...
iOSUIScrollView的下拉刷新和上拉加載的實(shí)現(xiàn) 下面我簡(jiǎn)單的說(shuō)一說(shuō)iosUIScrollView的下拉刷新和上拉加載的實(shí)現(xiàn)。 首先導(dǎo)入第三方庫(kù): MJRefresh...
寫(xiě)在cell里: - (void)setFrame:(CGRect)frame{ frame.origin.x += 0; frame.origin.y += 10; fra...
for (int i =0; i<2; i++) { _btn=[[UIButton alloc] initWithFrame:CGRectMake(((SCREEN_WID...
寫(xiě)在cell里的 - (void)setFrame:(CGRect)frame{ frame.origin.x+=10; frame.origin.y+=10; frame....
當(dāng)點(diǎn)擊切換不同狀態(tài)時(shí): 1.不用Bool值: _collectBtn setBackgroundImage:[UIImage imageNamed:@"收藏按鈕"] forS...
CGFloat btnW = SIZE.width/4; for (NSInteger i=0; i<7; i++) {//7個(gè)按鈕 UIButton *btn = [UIB...