自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 iOS编程------UIAlertController

// // AppDelegate.h // UIAlertViewController // // Created by l on 15/9/4. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplication

2015-10-12 23:12:26 698

原创 iOS-------iOS编程之NSUserDefault

// // AppDelegate.h // NSUserDefault // // Created by l on 15/9/17. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDelegat

2015-10-12 21:43:01 589

原创 iOS编程-------MVC、通知

// // AppDelegate.h // UI24_MVC通知_ // // Created by l on 15/10/8. // Copyright (c) 2015年 lon. All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDelega

2015-10-08 14:53:11 608

原创 iOS编程------动画

// // ViewController.h // UI23_Animation // // Created by l on 15/10/7. // Copyright (c) 2015年 lon. All rights reserved. //#import <UIKit/UIKit.h>@interface ViewController : UIViewController@proper

2015-10-07 19:13:58 446

原创 iOS开发------多线程编程(2)

第一种方法- (IBAction)didClick:(id)sender { // NSThread * thread = [[NSThread alloc]initWithTarget:self selector:@selector(calculate) object:nil]; //// 开启子线程 // [thread start];// 第二种 [NSThrea

2015-10-06 21:41:52 466

原创 iOS开发------多线程编程(1)

// // ViewController.h // UI22_MultiThreadProgranming // // Created by l on 15/10/6. // Copyright (c) 2015年 lon. All rights reserved. //#import <UIKit/UIKit.h>@interface ViewController : UIViewCont

2015-10-06 21:31:56 481

原创 iOS编程------集合视图之瀑布流WaterFlowLayout

// // AppDelegate.h // UI21_WaterFlowLayout // // Created by l on 15/10/5. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplication

2015-10-05 22:11:33 800

原创 iOS编程------集合视图UICollectionView

// // AppDelegate.h // UI21_UICollectionView // // Created by l on 15/10/5. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicatio

2015-10-05 22:01:56 436

原创 iOS编程------SQLite / 数据库

// // AppDelegate.h // UI19_SQLite // // Created by l on 15/9/25. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDelegate>

2015-10-05 21:56:18 537

原创 iOS编程------初级数据持久化/沙盒机制/NSFileManager/简单对象写入文件/复杂对象写入文件

// // AppDelegate.h // UI18_sandBox_simpleObjectWriteToFile // // Created by l on 15/9/24. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponde

2015-10-05 21:48:35 638

原创 iOS编程------UITableView中图片的异步下载 / KVO监测Model图片下载

// // AppDelegate.h // UI17_imageDownLoader // // Created by l on 15/9/23. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplication

2015-10-05 21:44:23 517

原创 iOS编程--------网络编程 iOS平台如何实现HTTP协议请求

// // AppDelegate.h // UI16_networkingProgramming // // Created by l on 15/9/22. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIAppli

2015-10-05 21:40:06 424

原创 iOS编程------XML、JSON数据结构解析

// // AppDelegate.h // UI15_xml_json // // Created by l on 15/9/21. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDelegat

2015-10-05 21:34:38 535

原创 iOS编程------标签视图控制器-UITabBarController

// // AppDelegate.h // UI13_UITabBarController // // Created by l on 15/9/17. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicat

2015-10-05 21:11:47 508

原创 iOS编程------- Block高级------>Block传值

// // AppDelegate.h // UI13_Block // // Created by l on 15/9/17. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDelegate>@

2015-10-05 20:58:17 418

原创 iOS编程-------AddressBook_自定义cell 自定义单元格通讯录

// // AppDelegate.h // Contact // // Created by l on 15/9/3. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDelegate>@prop

2015-10-05 20:50:17 497

原创 iOS编程------singleton_AddressBook 单例模式 通讯录

// // AppDelegate.h // UI12_singleton_AddressBook // // Created by l on 15/9/16. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIAppli

2015-10-05 20:18:00 511

原创 iOS编程--------UIImagePickerController

// // AppDelegate.h // UI12_UIImagePickerController // // Created by l on 15/9/16. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApp

2015-10-05 19:56:36 502

原创 iOS编程------自定义UITableViewCell / cell自适应高度

// // AppDelegate.h // UI11_UITableViewCustomCell_autoHeight // // Created by l on 15/9/15. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIRespond

2015-10-05 19:45:51 514

原创 iOS编程-------UITableViewEdit_move -----> UITableView 编辑

// // AppDelegate.h // UI10_UITableViewEdit_move // // Created by l on 15/9/14. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplic

2015-10-05 19:30:41 611

原创 iOS编程------- UITableViewController

// // AppDelegate.h // UI10_UITableViewController // // Created by l on 15/9/14. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIAppli

2015-10-05 19:23:51 402

原创 iOS编程-------UITableView表视图 / UITableViewCell的重用机制

// // AppDelegate.h // UI09_UITableView表视图_重用机制 // // Created by on 15/9/11. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicat

2015-10-05 19:13:06 682

原创 iOS编程-------UINavigationController / 界面间通信(传值)

// // AppDelegate.h // UI_08UINavigationControl_jiemianchuanzhi // // Created by l on 15/9/10. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResp

2015-10-05 19:06:27 547

原创 iOS编程-------UIScrollView / UIPageControl

// // AppDelegate.h // UI07_UIScrollView_UIPageControl // // Created by l on 15/9/9. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIA

2015-10-05 18:50:13 470

原创 iOS编程--------UIControl的作用及其子类UISegmentedControl的使用 / UISlider的使用 / UIImageView的使用

// // AppDelegate.h // UI06_UIControl,controlSubClass // // Created by l on 15/9/8. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIAp

2015-10-05 18:01:51 559

原创 iOS编程-------UIImageView、手势识别器UIGestureRecognizer

// // AppDelegate.h // UI05_UIImageView、UIGestureRecognizer // // Created by l on 15/9/8. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder

2015-10-04 23:04:38 1186

原创 iOS编程-------target/action设计模式 / 代理设计模式

// // AppDelegate.h // UI05_Target_action-delegate // // Created by l on 15/9/7. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIAppli

2015-10-04 22:57:00 550

原创 iOS编程-------事件处理UIEvent / 触摸事件UITouch

// // AppDelegate.h // UI04_UIEvent_UITouch // // Created by l on 15/9/4. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationD

2015-10-04 22:48:47 591

原创 iOS编程-------自定义视图CustomView 封装视图LTView 视图控制器UIViewController

// // AppDelegate.h // UI03-custonView\LTView\Controller // // Created by t on 15/9/2. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <U

2015-10-04 22:22:46 627

原创 iOS编程-------UITextField UIButton UITextFieldDelegate

// // AppDelegate.h // UI02_UITextField\UIButton\UITextFieldDelegate // // Created by t on 15/9/1. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UI

2015-10-04 22:05:48 422

原创 iOS编程-------UIView

// // AppDelegate.h // UI01_UIView // // Created by t on 15/8/31. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDelegate>

2015-10-04 21:54:59 403

原创 iOS编程------UILabel

// // AppDelegate.h // UI01_UILabel // // Created by tanlon on 15/8/31. // Copyright (c) 2015年 . All rights reserved. //#import <UIKit/UIKit.h>@interface AppDelegate : UIResponder <UIApplicationDel

2015-10-04 21:22:31 369

空空如也

空空如也

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

TA关注的人

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