自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(8)
  • 收藏
  • 关注

原创 ios中获取网络动态数据

// NSString *uidstring = [[NSUserDefaults standardUserDefaults]objectForKey:@"uid"]; //#pragma mark获取动态数据 // NSString *dongtaistr = @"http://yf.xnetyy.com/PhoneApi/ZtApi/get_circle_list"; //

2017-12-27 16:32:12 462

原创 数据的加载

#import "SSInteScoreTableViewController.h" #import "SSInteScoreTableViewCell.h" #import "SSInteScoreView.h" #import "Integral.h" #import "IntegralRecord.h" #import "UserTool.h" #impo

2017-12-27 10:19:56 257

原创 贴子发表中的图片分割

#import "EditContentsViewController.h" #import "UIBarButtonItem+Common.h" #import "EditContentsView.h" #import "HotGroup.h" #import "ActionSheetView.h" #import "UserTool.h" @in

2017-12-27 10:09:30 152

原创 webview的加载

#import "ArDetailViewController.h" #import "KJWebProgressLayer.h" #import "UIBarButtonItem+Common.h" #import "UserTool.h" @interface ArDetailViewController ()UIWebViewDelegate>

2017-12-27 10:02:29 122

原创 uiedgeinsetmake

_onetableview.contentInset = UIEdgeInsetsMake(-40, 0, 0, 0); ios中的tableview下移。

2017-12-22 17:01:43 253

原创 时时监听textfield的值的变化

#import "mendchildViewController.h" @interface mendchildViewController ()UITableViewDelegate,UITableViewDataSource,UIImagePickerControllerDelegate,UINavigationControllerDelegate,UITextField

2017-12-21 14:21:33 241

原创 ios中多个按钮只能选中一个

//_normalarray = @[@"like",@"More",@"Reply",@"share"];  _normalarray = [NSArray arrayWithObjects:@"脑炎后遗症",@"More",@"Reply",@"share", nil];  _selectedarray = @[@"矮小症",@"矮小症",@"矮小症",@"矮小症"];

2017-12-04 14:17:12 1417

原创 cell的重用原理

转载自:  http://m.blog.csdn.net/blog/heyehao2008/27806945 在使用TableView的时候,下面一段代码是必须的,也是最标准的: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {

2017-12-03 21:18:22 358

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除