https://github.com/YouXianMing
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 85 下一页
摘要: 用Xcode来写C++程序[4] 函数此节包括引用函数,内联函数,防止修改函数入参,函数自身带有默认值.引用函数:防止复制对象,减少系统开销内联函数:编译的时候根据具体情形将代码嵌入进去,成不成功编译器说了算,减少系统开销提升性能引用函数(防止篡改初始值的入参声明方式):防止修改数据源函数参数带有默... 阅读全文
posted @ 2015-03-09 22:42 YouXianMing 阅读(882) 评论(0) 推荐(0) 编辑
摘要: 将字符串转换成贝塞尔曲线并执行动画部分开源代码支持:https://github.com/aderussell/string-to-CGPathRef效果:源码://// ShapeWordView.h// PathWord//// Created by XianMingYou on 15/3... 阅读全文
posted @ 2015-03-06 21:10 YouXianMing 阅读(1069) 评论(0) 推荐(0) 编辑
摘要: 用Xcode来写C++程序[3] Constants以下是一些基本数据的含义:75 // int75u // unsigned int75l // long75ul // unsigned long 75lu // unsigned... 阅读全文
posted @ 2015-03-06 21:02 YouXianMing 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 用Xcode来写C++程序[2] 操作变量此节讲解包括变量的初始化的几种方式,以及泛型编程的两种变量赋值方式.最基本的变量赋值以及操作:// operating with variables#include using namespace std;int main (){ // 声明变量 ... 阅读全文
posted @ 2015-03-05 19:34 YouXianMing 阅读(883) 评论(0) 推荐(0) 编辑
摘要: 用Xcode来写C++程序[1]新建C++项目工程第一节从新建工程并编译C++源码开始新建工程源码://// main.cpp// YeHelloWorld//// Created by XianMingYou on 15/3/5.// Copyright (c) 2015年 XianMin... 阅读全文
posted @ 2015-03-05 19:02 YouXianMing 阅读(8453) 评论(0) 推荐(0) 编辑
摘要: 创建出条形间隔效果的背景LineBackgroundView效果:使用://// ViewController.m// LineBackgroundView//// Created by XianMingYou on 15/3/4.// Copyright (c) 2015年 XianMin... 阅读全文
posted @ 2015-03-04 19:28 YouXianMing 阅读(402) 评论(0) 推荐(0) 编辑
摘要: iOS7中UIView的animateKeyframesWithDuration方法讲解在iOS7中,给UIView添加了一个方法用来直接使用关键帧动画而不用借助CoreAnimation来实现,那就是animateKeyframesWithDuration以下是使用源码://// ViewCon... 阅读全文
posted @ 2015-03-03 21:50 YouXianMing 阅读(4263) 评论(0) 推荐(0) 编辑
摘要: FBLikeLayoutThis is an UICollectionView layout inspired by the photo section of facebook. This layout loads squared items with randomic full size item... 阅读全文
posted @ 2015-03-02 22:14 YouXianMing 阅读(484) 评论(0) 推荐(0) 编辑
摘要: IQAudioRecorderControllerIQAudioRecorderController is a drop-in universal library allows to record audio within the app with a nice User Interface. Th... 阅读全文
posted @ 2015-03-01 22:14 YouXianMing 阅读(474) 评论(0) 推荐(0) 编辑
摘要: HSDatePickerViewControllerHSDatePickerViewControlleris an iOS ViewController for date and time picking, based on awesome look&feel of DropboxMailboxap... 阅读全文
posted @ 2015-03-01 22:02 YouXianMing 阅读(317) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 85 下一页