自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 资源 (5)
  • 收藏
  • 关注

转载 自定义alertView

自定义alertView,继承自UIView,可以在消息区域添加子视图:addCustomerSubview标题可以有图片+文字构成, 只支持两个按钮操作// - 在需要alert的控制器调用 alertView show 方法[objc] view plaincopyCustomAlertView *alertView = [[CustomAlertV

2015-09-18 08:40:26 280

原创 获取图片名

__block NSString *picName = @" " ;    //获取图片名    ALAssetsLibraryAssetForURLResultBlock resultblock = ^(ALAsset *myasset)    {        ALAssetRepresentation *representation = [myasset defaultRep

2015-09-17 14:19:09 285

转载 NSString拼接字符串

NSString* string; // 结果字符串02NSString* string1, string2; //已存在的字符串,需要将string1和string2连接起来03 04//方法1.05strin

2015-09-16 14:13:15 539

转载 ios 读取图片

一.读取图片1.从资源(resource)读取[cpp] viewplaincopyprint?UIImage* image=[UIImage imageNamed:@"1.jpg"];  2.从网络读取[cpp] viewplaincopyprint?NSURL *url=[NSURL U

2015-09-15 15:25:47 380

原创 UISearchBar 背景 边框设置

UISearchBar *searchBar = [[UISearchBar alloc] initWithFrame:CGRectMake(10, 3, SWidth-20, 30)]; searchBar.placeholder = @"请输入关键字";// searchBar.barTintColor = [UIColor greenColor]; searchBar.backgroundI

2015-09-09 15:21:49 1066

原创 UIAlertView 使用及按钮响应事件

-(void)addLable{    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:nil message:@"" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"确认",nil];    alert.alertViewStyle = UIAlertV

2015-09-09 12:53:07 577

原创 navigationbar右侧加两个自定义按钮

UIView *rightBarView = [[UIViewalloc]initWithFrame:CGRectMake(0,0,60, 31)];        UIButton *phonebutton = [UIButtonbuttonWithType:UIButtonTypeCustom];    phonebutton.frame=CGRectMake(0,5,25

2015-09-01 18:45:00 475

IOS苏宁易购

IOS 苏宁易购源码 值得iOS 参考 IOS苏宁易购

2015-11-15

KTV点歌系统源码

在vs2010平台下用c#语言实现的ktv点歌系统,文档,源码,都有的

2014-02-17

C++电驴源码

c++实现的电驴下载软件的源代码,vs2010的平台下实现,

2014-02-17

多线程编程资料

主要介绍多线程编程的基础知识;及多线程编程常用的函数,及函数用法举例(代码实现)

2014-02-17

ATM机_源代码

ATM机_源代码,欢迎使用 ATM 自助取款机,欢迎使用 ATM 自助取款机

2013-09-04

空空如也

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

TA关注的人

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