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的管理、导入等等