随笔分类 -  UI小程序

摘要:#import "AppDelegate.h"#import "MyTableViewController.h"@interfaceAppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)ap... 阅读全文
posted @ 2015-12-07 23:31 风雨彩 阅读(946) 评论(0) 推荐(0)
摘要:通讯录可实现增删改//把导航控制器设置为给视图#import "AppDelegate.h"#import "ViewController.h"@interfaceAppDelegate ()@end@implementation AppDelegate- (BOOL)application:(U... 阅读全文
posted @ 2015-11-22 21:09 风雨彩 阅读(591) 评论(0) 推荐(0)
摘要:#import "AppDelegate.h"#import "ViewController.h"@interfaceAppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)applicati... 阅读全文
posted @ 2015-11-21 17:18 风雨彩 阅读(1113) 评论(1) 推荐(0)
摘要:简介 沙盒文件中存储有原始用户信息,老用户可以直接登录。新用户需要进行注册,注册之后信息会永久保存。#import "AppDelegate.h"#import "LoginViewController.h"@interfaceAppDelegate ()@end@implementation A... 阅读全文
posted @ 2015-11-14 19:44 风雨彩 阅读(3408) 评论(0) 推荐(0)
摘要:简要说明: 该计算器可以实现多位数的加减乘除,还可以连加减。不能实现算术的优先级,若有好的想法,可以告知一二。#import "AppDelegate.h"#import "ViewController.h"@interfaceAppDelegate ()@end@implementation A... 阅读全文
posted @ 2015-11-10 22:26 风雨彩 阅读(237) 评论(0) 推荐(0)