自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 MPMoviePlayer 视频播放

#import "ViewController.h"#import //导库 MediaPlayer.framework@interface ViewController (){    MPMoviePlayerViewController* _playerView;    MPMoviePlayerController* _player;

2015-11-27 21:40:08 339

原创 KVO/KVC的demo

#import "ViewController.h"#import "UserItem.h"#import "WuGongItem.h"@interface ViewController (){   UserItem* userItem;}@end@implementation ViewController    

2015-11-27 21:30:52 169

原创 高德地图的简单使用

#import "ViewController.h"#import #import //需要的导的库文件/*  Security.framework  libstdc++.6.0.9.dylib  systemConfiguration.framework  CoreTelephony.framework  Cor

2015-11-27 21:17:44 380

原创 FMDB(数据库的操作)

#import "ViewController.h"#import "FMDatabase.h"//需要导入库FMDB 库文件libsqlite3.dylib@interface ViewController ()UINavigationControllerDelegate,UIImagePickerControllerDelegate>{ 

2015-11-27 21:14:02 135

原创 CacheDemo(创建缓存)

#import "ViewController.h"//封装的MD5类#import "NSString+Hashing.h"@interface ViewController ()NSURLConnectionDataDelegate>{   UIImageView* _imageView;   NSMutableData* _mData;

2015-11-27 21:07:17 1462

原创 气泡聊天

#import "ViewController.h"#import "ChatCell.h"#import "ChatItem.h"@interface ViewController ()UITableViewDataSource,UITableViewDelegate,UITextFieldDelegate>{   NSMutableArray

2015-11-27 20:50:41 159

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除