沿着贝塞尔曲线做动画效果图如下:源码://// RootViewController.m//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"#import "YXGCD.h"@inte.....
分类:
其他好文 时间:
2014-07-16 23:24:49
阅读次数:
258
效果:当你重写了UIImageView的image属性后你就会对UIImageView怎么显示图片了如指掌了:源码:UIImageView.h + UIImageView.m//// LiveImageView.h// Progress//// Copyright (c) 2014年 L.S....
分类:
其他好文 时间:
2014-07-10 11:48:25
阅读次数:
309
为了实现以下的功能(按钮之间的切换效果):简短的代码如下://// RootViewController.m// BUG//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"@inte...
分类:
其他好文 时间:
2014-07-07 23:38:06
阅读次数:
277
从cocos2d-html5中提取出来的,用做前端开发的框架——cc.js/**************************************************************************** Copyright (c) 2010-2012 cocos2d-x.o...
分类:
Web程序 时间:
2014-06-27 15:39:19
阅读次数:
492
CIFilter不仅仅可以用来做滤镜,它还可以用来生成二维码.CIFilterEffect.h + CIFilterEffect.m//// CIFilterEffect.h// CIFilter//// Created by L.S. on 14-5-9.// Copyright (c) ...
分类:
其他好文 时间:
2014-06-27 12:35:55
阅读次数:
285
iOS 两个tableview的 瀑布流1. [代码]Objective-C //// DocViewController.m// getrightbutton//// Created by 隋文涛 on 12-12-9.// Copyright (c) 2012年 隋文涛. All rights....
分类:
移动开发 时间:
2014-06-27 11:25:19
阅读次数:
365
用UIScrollView产生视差效果效果:高级效果:源码:MoreInfoView.h + MoreInfoView.m//// MoreInfoView.h// YXCell//// Copyright (c) 2014年 Y.X. All rights reserved.//#impor...
分类:
其他好文 时间:
2014-06-26 17:12:14
阅读次数:
300
UILabel混色显示效果:源码://// RootViewController.m// ColorLabels//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"#import "...
分类:
其他好文 时间:
2014-06-26 16:57:59
阅读次数:
217
本来只是打算介绍一下addChildViewController这个方法的,正好今天朋友去换工作面试问到网易新闻标签栏效果的实现,就结合它,用个小Demo实例介绍一下:(具体解释都写在了Demo里面的注释)
//
// HMTMainViewController.m
// UIScrollView
//
// Created by HMT on 14-6-25.
// Copyright...
分类:
移动开发 时间:
2014-06-26 08:10:05
阅读次数:
294