
UI
小男孩的王者梦
即使不擅长,也要努力去做,因为不做的话,就什么都不会改变。
展开
-
运用UI制作简单的 登陆系统
//// AppDelegate.h// UI-Homework-5//// Created by lanouhn on 15-7-31.// Copyright (c) 2015年 尹江涛. All rights reserved.//#import @interface AppDelegate原创 2015-08-03 15:50:51 · 514 阅读 · 0 评论 -
UI-KVO设计模式Demo
在这个Demo里面写了四个类:一个控制器类、一个操控数据类(即整理数据)、一个下载数据类、一个model类在这里我用的数据路径是:http://open.qyer.com/qyer/recommands/index?app_installtime=1427248095&client_id=qyer_ios&client_secret=cd254439208ab658ddf9&cou原创 2015-08-18 19:57:04 · 506 阅读 · 0 评论 -
用UIPagecontrol和UIScroller制作简易的相册(MRC状态下)
#import "AppDelegate.h"#import "RootViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)application didFinishLaunchingWith原创 2015-08-05 21:19:58 · 406 阅读 · 0 评论