自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 UI_完整通讯录

#import "AppDelegate.h"#import "UserListTableViewController.h"#import "DetailViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)applic

2016-01-28 21:10:55 546 1

原创 UI_糗事百科页面

#import "AppDelegate.h"#import "RootTableViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application did

2016-01-28 21:05:19 298

原创 UI_表视图编辑(删除,移动,插入)

#import "AppDelegate.h"#import "RootViewController.h"#import "TableViewController.h"#import "TwoTableViewController.h"#import "TestTableViewController.h"@interface AppDelegate ()@end

2016-01-28 21:02:17 560

原创 UI_tableView

#import "AppDelegate.h"#import "RootViewController.h"#import "TwoViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApp

2016-01-25 22:09:51 283

原创 UI_自定义标签控制器

#import "AppDelegate.h"#import "RootTabBarController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)applic

2016-01-23 14:57:00 338

原创 UI_标签导航控制器

#import "AppDelegate.h"//#import "RootViewController.h"//#import "OneViewController.h"//#import "TwoViewController.h"#import "RootTabBarController.h"@interface AppDelegate ()@e

2016-01-23 14:52:06 266

原创 UI_协议传值

#import "CellView.h"#define KScrollWidth [UIScreen mainScreen].bounds.size.width#define kScrollHeight [UIScreen mainScreen].bounds.size.height@implementation CellView//用懒加载的方式(延迟

2016-01-23 14:49:24 247

原创 UI_Block传值

#import "AppDelegate.h"#import "RootViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinis

2016-01-23 14:46:54 220

原创 UI_视图导航器

#import "AppDelegate.h"#import "OneViewController.h"#import "DetailViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)applicatio

2016-01-23 14:45:08 286

原创 UI_滚动视图自动翻页应用

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

2016-01-23 14:42:31 253

原创 UI_滚动视图

#import "AppDelegate.h"#import "RootViewController.h"#import "TwoViewController.h"#import "ThreeViewController.h"#import "FourController.h"@interface AppDelegate ()@end@imple

2016-01-23 14:40:01 334

原创 UI_滑竿,分段控制器

#import "AppDelegate.h"#import "ViewController.h"#import "secondViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIAppl

2016-01-23 14:35:49 631

原创 UI_手势

#import "AppDelegate.h"#import "ViewController.h"#import "SecondViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(

2016-01-23 14:33:15 235

原创 UI_炫彩方框,旋转跑马灯,炫彩画板

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

2016-01-23 14:29:48 561

原创 UI_Button的应用

#import "AppDelegate.h"#import "RootViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinis

2016-01-23 14:24:57 196

原创 UI_封装

#import "AppDelegate.h"#import "RootViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinis

2016-01-23 14:20:38 278

原创 UI_Button(按钮)

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];

2016-01-16 16:16:45 359

原创 UI_文本框属性

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

2016-01-16 15:45:08 278

原创 UI_动态图片

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    self.window = [[UIWindowalloc] initWithFrame:[[UIScreenmainScreen] bounds]];

2016-01-16 10:59:46 477

原创 UI_Label标签属性

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

2016-01-15 22:35:35 475

原创 UI_2

#import "AppDelegate.h"#import "LTView.h"#define kLabel_x 40#define kLabel_Width 100#define kHeight 30@interface AppDelegate ()@end@implementation

2016-01-15 22:02:08 221

原创 UI_1

//应用程序加载完毕,在此方法中配置用户窗口,和必要的启动界面- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {    //创建应用程序主窗口,一般一个应用程序只会有一个窗口,UIWindow    //U

2016-01-15 21:57:43 203

原创 UI_视图界面

#import "AppDelegate.h"//宏定义#define RGBA(r,g,b,a) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:(a)]#define STRINGSUB(s,i) [(s) substringToIndex:(i)];

2016-01-15 21:52:29 222

界面设计课程1

界面设计课程1

2016-01-15

空空如也

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

TA关注的人

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