自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 IOS 学习笔记 Collection之NSArray1

从Apple Developer官网上切入数组的介绍,首先是Collections. 简单捋一下定义:In Cocoa and Cocoa Touch, a collection is a Foundation framework class used for storing and managing groups of objects. Its primary role is to sto

2015-02-05 13:48:24 314

转载 IOS 学习笔记 读懂常见的的一些方法和变量1

头文件: @interface ClassName : ClassFather UIWindow *window IBOutlet UILabel *lbl_; @end 声明属性,也是赋值 @property (nanatomic, retain) IBOutlet UIWindow *window; 函数的声明: IBAction:

2015-02-05 09:16:41 273

原创 IOS 学习笔记 Button引发不同UIAlertView 事件

创建一个ViewController, 添加配套nibs文件。 拖拽Button 在storyboard 上创建按键,关联到头文件中。 ViewController.h 头文件中事件关联的方法声明 #import  @interface ViewController : UIViewController -(IBAction)showMessage; - (IBAction

2015-02-04 12:38:31 419

转载 iOS 学习笔记 打开一个网页

storyboard: 创建一个ViewController, 添加配套nibs文件,命名:ViewController 从Source Control 拖拽一个Web View, 调整大小。 将Web View 关联到ViewController.h头文件。 文件编辑: ViewController.h #import @interface ViewController :

2015-02-04 11:47:33 303

空空如也

空空如也

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

TA关注的人

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