2016年12月16日
摘要: //判断版本大于7.0 if ([[[UIDevice currentDevice] systemVersion] integerValue] >= 7.0) { NSString * tempStr = @"朗读内容! "; AVSpeechUtterance * utterance = [AVS 阅读全文
posted @ 2016-12-16 15:40 雨季的雾 阅读(218) 评论(0) 推荐(0)
摘要: 示例代码 //#import <UIKit/UIKit.h>@interface UIView (LPCView)/** 上 */@property CGFloat top;/** 下 */@property CGFloat bottom;/** 左 */@property CGFloat left 阅读全文
posted @ 2016-12-16 15:23 雨季的雾 阅读(1590) 评论(0) 推荐(0)
摘要: 示例代码 ///////////////////////第一种/////////////////////// //// GifView.h// GIFViewer//// Created by xToucher04 on 11-11-9.// Copyright 2011 Toucher. All 阅读全文
posted @ 2016-12-16 15:16 雨季的雾 阅读(391) 评论(0) 推荐(0)