https://github.com/YouXianMing
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 85 下一页
摘要: 精美UI界面欣赏[5] 阅读全文
posted @ 2015-03-15 22:03 YouXianMing 阅读(260) 评论(0) 推荐(1) 编辑
摘要: iOS8 CIGlassDistortion滤镜的使用此为CoreImage滤镜的使用素材效果混合用图片源码://// ViewController.m// CIGlass//// Created by XianMingYou on 15/3/15.// Copyright (c) 2015... 阅读全文
posted @ 2015-03-15 16:22 YouXianMing 阅读(689) 评论(1) 推荐(0) 编辑
摘要: iOS8模糊效果UIVisualEffectView的使用效果:源码://// ViewController.m// EffectView//// Created by XianMingYou on 15/3/14.// Copyright (c) 2015年 XianMingYou. Al... 阅读全文
posted @ 2015-03-14 09:46 YouXianMing 阅读(2015) 评论(0) 推荐(0) 编辑
摘要: 心形加载的view效果:素材图片:源码:StarView.h 与 StarView.m//// StarView.h// Star//// Created by XianMingYou on 15/3/13.// Copyright (c) 2015年 XianMingYou. All ri... 阅读全文
posted @ 2015-03-13 20:45 YouXianMing 阅读(637) 评论(0) 推荐(0) 编辑
摘要: 如何快速的给你的项目添加icon图标下载软件如何制作图片将制作的图标拖到项目当中设置启动页注意:如果手动添加了启动页的话,记得将Launch Screen中的东西清除掉 阅读全文
posted @ 2015-03-13 20:33 YouXianMing 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 用Xcode来写C++程序[7] Class不带构造函数的Rectangle类//// Rectangle.h// Plus//// Created by YouXianMing on 15/3/12.// Copyright (c) 2015年 YouXianMing. All right... 阅读全文
posted @ 2015-03-12 22:11 YouXianMing 阅读(706) 评论(0) 推荐(0) 编辑
摘要: 设置AFNetworking网络请求的超时时间也许大家使用的时候已经察觉到,设置AFNetworking的超时时间并不管用,但可以用特殊的方式来处理。以下是笔者基于AFNetworking2.5.0封装的GET,POST请求用方法。POST请求+ (AFHTTPRequestOperation *)... 阅读全文
posted @ 2015-03-11 21:36 YouXianMing 阅读(6142) 评论(0) 推荐(0) 编辑
摘要: BFKitBFKit is a collection of useful classes todevelop Apps faster.BFKit是一个有用的工具集合,帮助你快速开发。Installing and UsagePodPod安装Create aPodfilein yourproject d... 阅读全文
posted @ 2015-03-10 22:26 YouXianMing 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 用Xcode来写C++程序[6] Name visibility此小结包括了命名空间的一些使用细节命名空间#include using namespace std;namespace foo { // 函数 int value() { return 5; }}name... 阅读全文
posted @ 2015-03-09 22:46 YouXianMing 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 用Xcode来写C++程序[5] 函数的重载与模板此节包括函数重载,隐式函数重载,函数模板,带参数函数模板函数的重载#include using namespace std;int operate (int a, int b) { return (a * b);}double operate ... 阅读全文
posted @ 2015-03-09 22:43 YouXianMing 阅读(855) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 85 下一页