*.o,*.lo,*.la,*.al,.libs,*.so,*.so.[0-9]*,*.pyc,*.pyo,*.rej,*~,#*#,.#*,.*.swp,.DS_Store...
在cell里设置: - (void)setFrame:(CGRect)frame{ frame.origin.x += 0; frame.origin.y += 10; fr...
fdsf
[self.window.rootViewController.navigationController pushViewController:login animated:...
self.tabBarController.selectedIndex = 0; [self.navigationController popToRootViewContro...
前言 IM即时通讯. 对于iOS开发, 融云, 环信, 网易云信, 都是还不错的选择. 作者今天就以 融云, 网易云信 为例简单介绍下, 即时通讯单聊的 聊天界面 集成....
通过写UITextField的点击事件传值: self.titleTextField.delegate = self; [self.titleTextField addTar...
NSString *strT = [NSString stringWithFormat:@"%@",dic[@"birthDate"]]; NSTimeInterval ti...
//cell的点击方法 -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexP...
iOSUIScrollView的下拉刷新和上拉加载的实现 下面我简单的说一说iosUIScrollView的下拉刷新和上拉加载的实现。 首先导入第三方库: MJRefresh...
写在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...
写在cell里的 - (void)setFrame:(CGRect)frame{ frame.origin.x+=10; frame.origin.y+=10; frame....
当点击切换不同状态时: 1.不用Bool值: _collectBtn setBackgroundImage:[UIImage imageNamed:@"收藏按钮"] forS...
CGFloat btnW = SIZE.width/4; for (NSInteger i=0; i<7; i++) {//7个按钮 UIButton *btn = [UIB...