摘要: 今天编译遇到个问题:如下fatal error: file '/Applications/Xcode 2.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIFontDescriptor.h' has been modified since the precompiled header '/Users/m/Library/Deve 阅读全文
posted @ 2014-03-28 15:20 haotianling 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 详解IPhone动画效果类型及实现方法是本文要介绍的内容,主要介绍了iphone中动画的实现方法,不多说,我们一起来看内容。实现iphone漂亮的动画效果主要有两种方法,一种是UIView层面的,一种是使用CATransition进行更低层次的控制.1、UIViewCGContextRefcontext=UIGraphicsGetCurrentContext(); [UIViewbeginAnimations:nilcontext:context]; [UIViewsetAnimationCurve:UIViewAnimationCurveEaseInOut]; [UIViewsetAnima 阅读全文
posted @ 2014-03-28 11:05 haotianling 阅读(184) 评论(0) 推荐(0) 编辑
摘要: //这是一个很好的动画封装类 很容易明白很详细 和大家分享// CoreAnimationEffect.h// CoreAnimationEffect//// Created by VincentXue on 13-1-19.// Copyright (c) 2013年 VincentXue. All rights reserved.// #import /** ! 导入QuartzCore.framework * * Example: * * Step.1 * * #import "CoreAnimationEffect.h" * * Step.2 * * ... 阅读全文
posted @ 2014-03-28 10:23 haotianling 阅读(324) 评论(0) 推荐(0) 编辑