UIImageView *imgView =[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"icon"]]; ...
UIImageView *imgView =[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"icon"]]; ...
button.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;(靠左)button....
self.tableView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizin...
self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
[[UINavigationBar appearance]setTintColor:[UIColor whiteColor]];[self.navigationControl...
[[UIBarButtonItem appearance]setBackButtonTitlePositionAdjustment:UIOffsetMake(0,-60)fo...
//隐藏底部 -(id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil{...
1.@property(nonatomic,strong)UIView*headerBgView; 2.-(UIView*)headerBgView{ if(!_header...
//动态计算高度 NSMutableAttributedString *attributedString = [[NSMutableAttributedString allo...
NSString字符串处理:截取字符串、匹配字符串、分隔字符串 1.截取字符串 NSString*string =@"wefsfsfsAdfsdf";string =[str...
1.首先我在AppDelegate.m里面 - (BOOL)application:(UIApplication*)application didFinishLaunchin...
最近有点空闲时间,想着文字加图片高度自适应用的比较多,于是就弄了个demo,样式可根据需求自行修改,这里就不放代码了,有需要的可以下载demo。文字图片可高度自适应,另外有文...
#import "SDPhotoBrowser.h"@interface YjxCustomTableViewCell () @endSDPhotoBrowser * bro...
//状态栏高度 CGRect statusbar_frame =[[UIApplication sharedApplication]statusBarFrame];CGFlo...
[self.tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0]animate...
极光推送在项目中遇到的还不算少,这里简单说下,并附上demo,有需要的小伙伴可以下载参考下。 1.有一个苹果开发者账号 2.要有真机(模拟器没有udid) 3.首先当然要登录...
循环创建按钮,单选/多选,高度自适应,属性可根据需求自行修改。 _btnView = [[CustomButtonView alloc]initWithFrame:CGRec...
怎么集成到自己的项目里面在这里就不说了,官方文档里有。这是文档地址:http://docs-im.easemob.com/im/ios/sdk/import 集成到项目之后把...
cell文字高度自适应,可设置行间距,字间距,用的是Masonry布局的,代码简单易懂,仓库地址