摘要:
CHENYILONGBlog(CoreText框架)NSAttributedString 2Fullscreen©chenyilong. Powered byPostach.ioBlog 阅读全文
摘要:
CHENYILONGBlogUIAlertViewFullscreenUIAlertView1.Title获取或设置UIAlertView上的标题。2.Message获取或设置UIAlertView上的消息UIAlertView*alertView = [[UIAlertViewalloc]initWithTitle:@"Title"message:@"message"delegate:s... 阅读全文
摘要:
CHENYILONGBlogiOS程序启动原理iOS程序启动原理技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilong技术博客http://www.cnblogs.com/ChenYilong/新浪微博http://weibo.com/luohanchenyilongFullscreenFulls... 阅读全文
摘要:
CHENYILONGBlogUITableView//转载请注明出处--本文永久链接:http://www.cnblogs.com/ChenYilong/p/3496969.html本文对应pdf文档下载链接,猛戳->:UITableView.pdf1.6 MB(https://www.evernote.com/shard/s227/sh/fbffb63f-55ba-441f-945e-5ba51... 阅读全文
摘要:
CHENYILONGBlogARC官方文档翻译! - iPhone App开发外包专区 - 威锋论坛 - 威锋网http://bbs.weiphone.com/read-htm-tid-3448966.html©chenyilong. Powered byPostach.ioBlog 阅读全文
摘要:
CHENYILONGBlog02-关键帧动画// ViewController.h//// ViewController.h// 02-关键帧动画//// Created by apple on 13-12-23.// Copyright (c) 2013年itcast. All rights reserved.//#import@interfaceViewController :UIViewCo... 阅读全文
摘要:
CHENYILONGBlog12.23笔记Fullscreen12.23笔记1.注意动画是可以叠加的,在做旋转动画的时候,需要判断下。是否已经添加过旋转动画了,否则会导致图层旋转越来越快。2.如果一个动画没有设置removedOnCompletion为NO,那么在创建动画的代码一过,动画对象就会被销毁。然后在下面的方法中,又会重新创建一个动画对象,并且设置和之前一模一样的属性。- (void)a... 阅读全文
摘要:
CHENYILONGBlogCALayer上动画的暂停和恢复#pragma mark暂停CALayer的动画-(void)pauseLayer:(CALayer*)layer{CFTimeIntervalpausedTime = [layerconvertTime:CACurrentMediaTime()fromLayer:nil];//让CALayer的时间停止走动 layer... 阅读全文
摘要:
CHENYILONGBlog全屏幕13-12-22 上午9:51©chenyilong. Powered byPostach.ioBlog 阅读全文
摘要:
CHENYILONGBlog渐变色之location概念.全屏幕13-12-22 上午10:18©chenyilong. Powered byPostach.ioBlog 阅读全文