自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

AppleWiner的博客

广东本科大学生,自学iOS开发,梦想以后能开发一个很牛逼的APP……

  • 博客(4)
  • 资源 (3)
  • 问答 (11)
  • 收藏
  • 关注

原创 【UIViewController界面传值】

AppDelegate.m #import "AppDelegate.h" #import "ViewController.h" @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)applica

2015-10-23 15:09:26 518

原创 【UIViewController视图控制器】

#import "ViewController.h" #import "otherViewController.h"//导入 @interface ViewController () @end @implementation ViewController //加载视图内存 一定要用父类的加载视图初始化 不然会一直加载内存 知道崩溃

2015-10-23 15:04:45 588

原创 【UIAlertView警报和UIActionSheet操作表】

/*@interface AppDelegate : UIResponder UIApplicationDelegate,UIAlertViewDelegate,UIActionSheetDelegate>代理*/  //创建两按钮及其目标     UIButton *b1=[[UIButton alloc]initWithFrame:CGRectMake(30, 60,

2015-10-16 15:38:04 626

原创 【UIPickerView自定义选择器控件】

/*@interface AppDelegate : UIResponder UIApplicationDelegate,UIPickerViewDataSource,UIPickerViewDelegate>//协议 @property (strong, nonatomic) UIWindow *window; @property(strong,nonatomic)N

2015-10-12 19:57:58 888

spark_2_6_3.dmg

官网的版本不断更新,但有时候人们想使用回以前版本的,上传这里,以便有需要的人下载……

2015-11-17

openfire_3_10_2.dmg

openfire官网的版本不断更新,但有时候人们想使用回以前版本的,上传这里,以便有需要的人下载……

2015-11-17

XMPP-master(较前版本)

当前最新版本的XMPPFramework编译时会遇到@import libxmlSimu;后提示 Module 'libxmlSimu' not found。 早前版本XMPPFramework,则不会

2015-11-04

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

TA关注的人

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