上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
  2016年12月16日
摘要: //判断版本大于7.0 if ([[[UIDevice currentDevice] systemVersion] integerValue] >= 7.0) { NSString * tempStr = @"朗读内容! "; AVSpeechUtterance * utterance = [AVS 阅读全文
posted @ 2016-12-16 15:40 雨季的雾 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 示例代码 //#import <UIKit/UIKit.h>@interface UIView (LPCView)/** 上 */@property CGFloat top;/** 下 */@property CGFloat bottom;/** 左 */@property CGFloat left 阅读全文
posted @ 2016-12-16 15:23 雨季的雾 阅读(1568) 评论(0) 推荐(0) 编辑
摘要: 示例代码 ///////////////////////第一种/////////////////////// //// GifView.h// GIFViewer//// Created by xToucher04 on 11-11-9.// Copyright 2011 Toucher. All 阅读全文
posted @ 2016-12-16 15:16 雨季的雾 阅读(381) 评论(0) 推荐(0) 编辑
  2016年12月15日
摘要: 示例代码 ///////////////////////////OC.h////////////////////////// //// UIView+FreeBorder.h// BHBFreeBorder//// Created by bihongbo on 15/12/30.// Copyrig 阅读全文
posted @ 2016-12-15 17:43 雨季的雾 阅读(579) 评论(0) 推荐(0) 编辑
  2016年12月12日
该文被密码保护。 阅读全文
posted @ 2016-12-12 15:09 雨季的雾 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-12-12 15:07 雨季的雾 阅读(0) 评论(0) 推荐(0) 编辑
  2016年12月6日
摘要: 1.首先在info.plist添加一个键值对,如下图 或 2.在appdelegate.m文件如下方法写代码 3.在Safari浏览器输入myApp:// ,就可以启动应用了,在Safari浏览器测试通过 阅读全文
posted @ 2016-12-06 14:24 雨季的雾 阅读(7424) 评论(0) 推荐(0) 编辑
  2016年12月2日
摘要: 安装 安装则会提示当前Ruby版本。gem介绍:gem是一个管理Ruby库和程序的标准包,它通过Ruby Gem(如 http://rubygems.org/ )源来查找、安装、升级和卸载软件包,非常的便捷。 第二步:指定淘宝的源gem sources -a https://ruby.taobao. 阅读全文
posted @ 2016-12-02 12:01 雨季的雾 阅读(10815) 评论(0) 推荐(0) 编辑
摘要: MJRefresh地址 // 代码地址: https://github.com/CoderMJLee/MJRefresh// 代码地址: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4 阅读全文
posted @ 2016-12-02 10:39 雨季的雾 阅读(1968) 评论(0) 推荐(0) 编辑
  2016年11月30日
摘要: //1:普通 //// ViewController.m// DemoTest#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad { [ 阅读全文
posted @ 2016-11-30 17:19 雨季的雾 阅读(332) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页