- 博客(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 244
原创 将一个数组中的数据插入到另一个数组中
// 要插入的位置 NSIndexSet*helpIndex = [NSIndexSetindexSetWithIndexesInRange:NSMakeRange(1, [helpSellArrcount])];// 要插入的数组[self.helpArrinsertObjects:helpSellArratIndexes:helpIndex];/
2016-06-12 14:14:18 6615
原创 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 510
原创 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 493
原创 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 416
原创 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 464
原创 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 577
原创 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 468
原创 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 450
原创 通讯录
//// 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 713
原创 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 458
原创 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 353
原创 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 482
原创 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 421
原创 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 360
原创 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 437
原创 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 629
原创 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 611
原创 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 412
原创 循环滚动
//// 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 403
原创 切换图片
//// 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 383
原创 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 400
原创 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 359
原创 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 490
原创 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 388
原创 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 366
原创 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 550
原创 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 460
原创 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 453
原创 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 381
原创 登陆界面的完善
// // 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 693
原创 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 565
原创 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 526
原创 UI_最基础的登陆界面
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{ [_window release]; [super dealloc];}- (BOOL)ap
2015-07-30 08:36:30 604
原创 UI_简单的NeonLignt
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{ [_window release]; [super dealloc];}- (BOOL)applicatio
2015-07-30 08:34:33 495
原创 UI_UIButton
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{ [_window release]; [super dealloc];}- (B
2015-07-30 08:34:08 407
原创 UI_UILabel
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (void)dealloc{ [_window release]; // 释放.h文件属性的retain [super dealloc];
2015-07-30 08:31:44 323
原创 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 364
原创 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 518
原创 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 466
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人