- 博客(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
626
1
原创 UI_糗事百科页面
#import "AppDelegate.h"#import "RootTableViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application did
2016-01-28 21:05:19
352
原创 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
601
原创 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
339
原创 UI_自定义标签控制器
#import "AppDelegate.h"#import "RootTabBarController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)applic
2016-01-23 14:57:00
392
原创 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
323
原创 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
287
原创 UI_Block传值
#import "AppDelegate.h"#import "RootViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinis
2016-01-23 14:46:54
270
原创 UI_视图导航器
#import "AppDelegate.h"#import "OneViewController.h"#import "DetailViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)applicatio
2016-01-23 14:45:08
320
原创 UI_滚动视图自动翻页应用
#import "AppDelegate.h"#import "ViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFin
2016-01-23 14:42:31
288
原创 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
391
原创 UI_滑竿,分段控制器
#import "AppDelegate.h"#import "ViewController.h"#import "secondViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIAppl
2016-01-23 14:35:49
711
原创 UI_手势
#import "AppDelegate.h"#import "ViewController.h"#import "SecondViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(
2016-01-23 14:33:15
268
原创 UI_炫彩方框,旋转跑马灯,炫彩画板
#import "AppDelegate.h"#import "ViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFin
2016-01-23 14:29:48
622
原创 UI_Button的应用
#import "AppDelegate.h"#import "RootViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinis
2016-01-23 14:24:57
235
原创 UI_封装
#import "AppDelegate.h"#import "RootViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinis
2016-01-23 14:20:38
310
原创 UI_Button(按钮)
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
2016-01-16 16:16:45
404
原创 UI_文本框属性
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOpti
2016-01-16 15:45:08
347
原创 UI_动态图片
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWindowalloc] initWithFrame:[[UIScreenmainScreen] bounds]];
2016-01-16 10:59:46
536
原创 UI_Label标签属性
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOp
2016-01-15 22:35:35
540
原创 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
244
原创 UI_1
//应用程序加载完毕,在此方法中配置用户窗口,和必要的启动界面- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { //创建应用程序主窗口,一般一个应用程序只会有一个窗口,UIWindow //U
2016-01-15 21:57:43
221
原创 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
246
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人