摘要:
动态实时设置CAShapeLayer贝塞尔曲线的坐标点效果图:源码:PathDirectionView.h 与 PathDirectionView.m//// PathDirectionView.h// Path//// Created by XianMingYou on 15/2/27.//... 阅读全文
摘要:
滑动cell的时候执行动画效果效果图:源码://// ViewController.m// AniTab//// Created by XianMingYou on 15/2/26.// Copyright (c) 2015年 XianMingYou. All rights reserved... 阅读全文
摘要:
ALMoviePlayerControllerALMoviePlayerController is a drop-in replacement for MPMoviePlayerController that exposes the UI elements and allows for maximu... 阅读全文
摘要:
如何在ScrollView滑动的瞬间禁用拖拽手势效果:在UIScrollView滑动的瞬间禁用pan手势,可以防止用户按着屏幕不放后导致出现的一些莫须有的bug.//// ViewController.m// TableViewDemo//// Created by XianMingYou o... 阅读全文
摘要:
子类继承父类实现父类的代理方法父类提供虚函数(OC中称为代理方法),子类继承后实现虚函数来实现特定的功能.父类方法:NumberCount.h 与NumberCount.m//// NumberCount.h// YXMWeather//// Created by XianMingYou on... 阅读全文