自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 问答 (2)
  • 收藏
  • 关注

原创 【iOS开发系列】collectionView头部悬浮

// // WNCalendarCollectionLayout.h // Calendar // // Created by 付国良 on 16/3/22. // Copyright © 2016年 日历. All rights reserved. // #import @interface WNCalendarCollectionLayout : UICollectionView

2016-03-22 16:14:59 2111

原创 【iOS开发系列】tableView滚动淡出效果

if (!statusBarBackgroundView) { CGRect barRect = CGRectMake(0.0f, 0.0f, 320.0f, 30.0f); statusBarBackgroundView = [tableView.backgroundView resizableSnapshotViewFromR

2016-03-14 11:34:52 680

原创 【iOS开发系列】tableViewCell简单动画

-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{ CATransform3D rotation; rotation = CATransform3DMakeRotation(

2016-03-10 14:02:58 945

原创 【iOS开发系列】escape编码

+(NSString *)escape:(NSString *)str { NSArray *hex = [NSArray arrayWithObjects: @"00",@"01",@"02",@"03",@"04",@"05",@"06",@"07",@"08",@"09",@"0A",@"0B",@"0C",@"0D",@"0E",@"0F",

2016-03-07 23:27:23 1950 1

空空如也

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

TA关注的人

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