dispatch_queue_t queque = dispatch_queue_create("GoyakodCreated", DISPATCH_QUEUE_CONCUR...
![240](https://cdn2.jianshu.io/assets/default_avatar/7-0993d41a595d6ab6ef17b19496eb2f21.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
dispatch_queue_t queque = dispatch_queue_create("GoyakodCreated", DISPATCH_QUEUE_CONCUR...
animationWithKeyPath的值: transform.scale = 比例轉換 transform.scale.x = 闊的比例轉換 transform.sca...
CATransition anti = [CATransition animation]; anti.type = @"rippleEFFect"; [anti setDur...
-(UIImage *)imageWithImage:(UIImage *)image sizeScaletoSize:(CGSize)newSize; { // creat...
UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:self.checkBtn.bounds ...
1.cd 命令进入你要打包的包含xcodeproj的文件夹中 2.xcodebuild -project PC300.xcodeproj -target PC300 -con...
function validate_form(thisform) with()//with 类似于c++中的命名空间,以后就可以直接使用XXX,而不用写thisform.xxx
//CALayer 蒙版图层真正厉害的地方在于蒙版图层不局限于静态图。任何有图层构成的都可以作为mask属性,这意味着你的蒙版可以通过代码甚至是动画实时生成! #import...
Carthage使用了一种极为精简的方式来管理第三方库,将源码编译成Framework的二进制文件,然后让开发人员来负责library的管理、导入等等
CAShapeLayer *shaper = [CAShapeLayer layer]; shaper.fillColor = [UIColor redColor].CGCo...
CXprovider理解为处理系统电话有关逻辑 ps:来电呼起系统电话界面或者用户在系统电话界面上的操作通知app CXCallController 用户在app界面上的操...
1.旋转动画 2.开始动画 start Animation 3.暂停动画 stopAnimation
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyBoardChang...
@property int currentIndex; @property (nonatomic) CGFloat beginOffset; @property (nonat...
- (NSString *)stringByUrlDecode { NSString *result = [(NSString *)self stringByReplacin...
bootStrap方便操作UI 超好用下载Mac版实用工具网址:http://xclient.info
http://www.jianshu.com/p/e9ae4cece800
//通知自定义的view重新绘制图形 [selfsetNeedsDisplay]; setNeedsDisplay方法:重新绘制,调用这个方法就会通知自定义的view重新绘制...
- (UIImage *)snapshotView { UIGraphicsBeginImageContextWithOptions(CGSizeMake(FBScreenW...
-(void)baseAnimation{ CALayer* spreadLayer; spreadLayer = [CALayerlayer]; CGFloatdiamet...