05 2015 档案
摘要:目录1.创建UITableView对象并设置相关属性2.创建cellModel模型//枚举类型typedef enum { ChatMessageFrom = 0,//来自对方的消息 ChatMessageTo //发给对方的消息 }ChatMesageType;#im...
阅读全文
摘要:=-= 命名有些错误,但功能实现,以后注意下命名规范WJViewGroup.h#import @interface WJViewGroup : UIView { NSInteger _width; NSInteger _height;}@property (nonatomic,assig...
阅读全文
摘要:导入头文件#import "ChineseInclude.h"#import "PinYinForObjc.h" NSMutableArray *searchResults;//可变数组,添加搜索到的数据设置数据源- (NSArray *)dataArray { if (!_dataAr...
阅读全文
摘要:设置一个在编辑状态下点击可改变图片的cellFileItemTableCell.h#import @interface FileItemTableCell : UITableViewCell{@private UIImageView* m_checkImageView; BOOL ...
阅读全文
摘要:下载链接:https://github.com/cdpenggod/CDPMonitorKeyboardCDPMonitorKeyboard.h#import #import @interface CDPMonitorKeyboard : NSObject//获取其单例+(CDPMonitorKey...
阅读全文
摘要:设置Id属性,标记是哪个cell@property (nonatomic,assign)NSInteger Id;设置一个普通状态和选中状态图片不同的按钮 _choose = [[UIButton alloc]init]; [_choose setImage:[UIImage ima...
阅读全文
摘要:原文链接:http://www.cnblogs.com/jerehedu/p/4527707.html效果图:CaptchaView.h@interface CaptchaView : UIView@property (nonatomic, retain) NSArray *changeArray;...
阅读全文
摘要:自定义cell和取到相应的cell就行了TableViewCell.h#import @interface TableViewCell : UITableViewCell { BOOL _checked; UIImageView *_checkedImage;}- (void)setCh...
阅读全文
摘要:UIColor+Hex.h//// UIColor+Hex.h// 16进制颜色类别//// Created by apple on 15-4-3.// Copyright (c) 2015年 apple. All rights reserved.//#import #define RGBA...
阅读全文
摘要:+ (void)verificationCode:(void(^)())blockYes blockNo:(void(^)(id time))blockNo { __block int timeout=60; //倒计时时间 dispatch_queue_t queue = dispat...
阅读全文
摘要:今天有人问我模拟器中文输入法怎么设置,没得电脑说又说不清楚,记录一下
阅读全文
摘要://AudioToolbox.framework是一套基于C语言的框架,使用它来播放音效其本质是将短音频注册到系统声音服务(System Sound Service)//System Sound Service的限制://1.音频播放时间不能超过30s//2.数据必须是PCM或者IMA4格式//3....
阅读全文
摘要:UIImage *image = [UIImage imageNamed:@"qq"];第一种: // 左端盖宽度 NSInteger leftCapWidth = image.size.width * 0.5f; // 顶端盖高度 NSInteger topCapHeight ...
阅读全文
摘要:Twitter注册 - (一般分享不了是回调地址不对)1.打开twitter的官网https://dev.twitter.com,如果还没有注册账号的,需要注册账号,已经注册账号的,请先登录: 2.选择其中的Documentation,如下图:3.进去界面,选择Manage My Apps选项,如...
阅读全文
摘要:原文链接:http://www.cocoachina.com/ios/20150104/10824.htmliOS项目的完整重命名方法图文教程前言:在iOS开发中,有时候想改一下项目的名字,都会遇到很多麻烦。直接改项目名吧,XCODE又不会帮你改所有的名字。总是有很多文 件、文件夹或者是项目设置的项...
阅读全文
摘要:准备:本地图片资源,GifViewGifView代码:/** * 调用结束就开始播放动画,如果需要用户指定何时播放的话,只需要把timer的开始放到合适的位置。通过对CFDictonaryRaf 也就是gifProperties的改变,我们还可以控制动画是否循环播放以及循环多少次停止。 通...
阅读全文
摘要://// ViewController.m// 一行显示可滚动的文本//// Created by apple on 15-5-8.// Copyright (c) 2015年 apple. All rights reserved.//#import "ViewController.h"@i...
阅读全文
摘要:http://www.cocoachina.com/ios/20150111/10894.html
阅读全文

浙公网安备 33010602011771号