自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(79)
  • 资源 (1)
  • 收藏
  • 关注

原创 UIButton进阶

//创建一个buttonUIButton *credit = [UIButton buttonWithType:UIButtonTypeSystem];    [actionView addSubview:credit];// 使用masonry约束    [credit mas_makeConstraints:^(MASConstraintMaker *make) {        make.t...

2018-03-30 15:42:59 211

原创 将一个数组中的数据插入到另一个数组中

// 要插入的位置 NSIndexSet*helpIndex = [NSIndexSetindexSetWithIndexesInRange:NSMakeRange(1, [helpSellArrcount])];// 要插入的数组[self.helpArrinsertObjects:helpSellArratIndexes:helpIndex];/

2016-06-12 14:14:18 6546

原创 UI11_BLOCK传值

////  AppDelegate.m//  UI11_BLOCK传值////  Created by dllo on 15/8/12.//  Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "MainViewC

2015-08-13 21:25:48 466

原创 UI11_UITabBar

//// AppDelegate.m// UI11_UITabBar//// Created by dllo on 15/8/12.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "FirstViewController.h"#import "Secon

2015-08-13 21:25:12 441

原创 UI10_tableview的编辑

//// MainViewController.m// UI10_tableview的编辑//// Created by dllo on 15/8/11.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"@interface MainViewControll

2015-08-13 21:22:47 375

原创 UI0_带分区的省市区

//// AppDelegate.m// UI0_带分区的省市区//// Created by dllo on 15/8/11.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "MainViewController.h"@interface AppDel

2015-08-13 21:20:41 437

原创 UI0810通讯录加强版

//// AppDelegate.m// UI0810通讯录加强版//// Created by dllo on 15/8/10.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "MainViewController.h"@interface AppDe

2015-08-13 21:19:13 523

原创 UI09_自定义cell

//// AppDelegate.m// UI09_自定义cell//// Created by dllo on 15/8/10.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "MainViewController.h"@interface AppDe

2015-08-13 21:15:31 439

原创 UI09_多种TableView

//// AppDelegate.m// UI09_多种TableView//// Created by dllo on 15/8/10.//// MainViewController.m// UI09_多种TableView//// Created by dllo on 15/8/10.// Copyright (c) 2015年 Clare. All right

2015-08-13 21:10:31 403

原创 通讯录

//// MainViewController.m// 通讯录//// Created by dllo on 15/8/7.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"#import "ChangeViewController.h"#import "S

2015-08-10 09:10:49 672

原创 UITableView省市区数组

//// MainViewController.m// UI08_tableview省市区字典数组//// Created by dllo on 15/8/7.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"#import "SecondViewContro

2015-08-10 09:06:03 430

原创 UITableView

TableView的创建及使用方法//// MainViewController.m// UI08_UITableView//// Created by dllo on 15/8/7.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"#import "Seco

2015-08-10 09:03:56 326

原创 UI08_TableView界面传值

//// AppDelegate.m// UI08_TableView界面传值//// Created by dllo on 15/8/7.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "MainViewController.h"@interface

2015-08-10 09:01:59 434

原创 UI08_TableView

//// AppDelegate.m// UI08_TableView//// Created by dllo on 15/8/7.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "MainViewController.h"@interface AppD

2015-08-10 08:58:26 376

原创 UI0805_Page

在滚动屏幕上添加pagecontrol实现点随图动,图随点动,以及自动滚动等//// MainViewController.m// UI0805_page//// Created by dllo on 15/8/5.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.

2015-08-06 09:12:42 333

原创 UI0805_CellView

将自定义的CellView即LTView与屏幕滚动等联系//// CellView.h// UI0805_CellView//// Created by dllo on 15/8/5.// Copyright (c) 2015年 Clare. All rights reserved.//#import @interface CellView : UIView@pro

2015-08-06 09:10:15 370

原创 UI06_UIPageControl

//// LTView.h// UI06_UIPageControl//// Created by dllo on 15/8/5.// Copyright (c) 2015年 Clare. All rights reserved.//#import @interface LTView : UIView@property(nonatomic, retain)UILab

2015-08-06 09:07:47 578

原创 UI06_UIScrollview

//// MainViewController.m// UI06_UIScrollView//// Created by dllo on 15/8/5.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"#define WIDTH self.view.fram

2015-08-06 09:05:52 547

原创 UI06_ScrollviewLoop

==//// MainViewController.m// UI06_ScrollViewLoop//// Created by dllo on 15/8/5.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"#define WIDTH self.view.

2015-08-06 09:04:08 364

原创 循环滚动

//// MainViewController.m// InfiniteScrollVIew//// Created by dllo on 15/8/5.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"#define WIDTH self.view.fram

2015-08-06 09:01:38 372

原创 切换图片

//// MainViewController.m// ChangePic//// Created by dllo on 15/8/4.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"@interface MainViewController ()@pr

2015-08-06 08:59:20 355

原创 UI0804_Palette

调色块//// MainViewController.m// UI0804_PaletteUI0804_//// Created by dllo on 15/8/4.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"@interface MainViewCo

2015-08-06 08:56:36 352

原创 UI05_Control

//// MainViewController.m// UI05_Control//// Created by dllo on 15/8/4.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"#import @interface MainViewContro

2015-08-06 08:52:59 316

原创 UI05_手势识别器

//// MainViewController.m// UI05_手势识别器//// Created by dllo on 15/8/4.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"@interface MainViewController ()@

2015-08-06 08:51:23 442

原创 UISwitch

//// MainViewController.m// UISwitch//// Created by dllo on 15/8/3.// Copyright (c) 2015年 Clare. All rights reserved.//#import "MainViewController.h"@interface MainViewController ()@en

2015-08-06 08:50:08 345

原创 UI04_TargetAction

//// AppDelegate.m// UI04_Target-Action//// Created by dllo on 15/8/3.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"#import "MainViewController.h"@interface

2015-08-06 08:48:31 336

原创 UI04_Delegate

//// AppDelegate.h// UI04_Delegate//// Created by dllo on 15/8/3.// Copyright (c) 2015年 Clare. All rights reserved.//#import @interface AppDelegate : UIResponder @property (strong, non

2015-08-06 08:44:25 503

原创 UI04_Touch

//// AppDelegate.h// UI04_Touch//// Created by dllo on 15/8/3.// Copyright (c) 2015年 Clare. All rights reserved.//#import @interface AppDelegate : UIResponder @property (strong, nonato

2015-08-06 08:39:56 405

原创 UI03_UIViewController视图控制器

//// AppDelegate.m// UI03_UIViewController视图控制器//// Created by dllo on 15/7/31.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h" // 当前应用程序的总代理人#import "RootViewC

2015-08-06 08:37:51 404

原创 UI_UILTView

//// AppDelegate.h// UI03_LTView//// Created by dllo on 15/7/31.// Copyright (c) 2015年 Clare. All rights reserved.//#import @interface AppDelegate : UIResponder @property (strong, nonat

2015-08-06 08:34:58 352

原创 登陆界面的完善

// // AppDelegate.m // UI_Login // // Created by dllo on 15/7/30. // Copyright (c) 2015年 Clare. All rights reserved. //import “AppDelegate.h”@interface AppDelegate ()@property(nonatomic, reta

2015-08-06 08:30:16 644

原创 UIButton和UITextfield

//// AppDelegate.m// UI02_Button和Textfield//// Created by dllo on 15/7/30.// Copyright (c) 2015年 Clare. All rights reserved.//#import "AppDelegate.h"@interface AppDelegate ()@property(nonatom

2015-08-06 08:26:21 512

原创 UI_UIITextField

////  AppDelegate.h//  UI02_UITextField////  Created by dllo on 15/7/30.//  Copyright (c) 2015年 Clare. All rights reserved.//#import @interface AppDelegate :

2015-08-06 08:21:53 463

原创 UI_最基础的登陆界面

#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{    [_window release];    [super dealloc];}- (BOOL)ap

2015-07-30 08:36:30 571

原创 UI_简单的NeonLignt

#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{    [_window release];    [super dealloc];}- (BOOL)applicatio

2015-07-30 08:34:33 467

原创 UI_UIButton

#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{    [_window release];    [super dealloc];}- (B

2015-07-30 08:34:08 355

原创 UI_UILabel

#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{    [_window release]; // 释放.h文件属性的retain    [super dealloc];

2015-07-30 08:31:44 299

原创 UI_UIView

#import "AppDelegate.h"// 宏#define WIDTH self.window.frame.size.width#define HEIGHT self.window.frame.size.height@interface AppDelegate ()// 延展可以把属性写在这里@property(nonatomic,

2015-07-30 08:30:27 337

原创 iOS前期OC训练OC_10Block

////  main.m//  OC10_Block////  Created by dllo on 15/7/28.//  Copyright (c) 2015年 Clare. All rights reserved.//#import #import "Person.h"// C语言的函数/

2015-07-28 20:57:33 468

原创 iOS前期OC训练OC_08,09内存管理

////  main.m//  OC08,09_内存管理////  Created by dllo on 15/7/27.//  Copyright (c) 2015年 Clare. All rights reserved.//#import #import "Boy.h"#import "Girl.h"#

2015-07-28 20:55:16 419

取款机小代码

对于存取款的一个简单的小程序,欢迎指出错误或者提供完善意见!

2015-07-11

空空如也

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

TA关注的人

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