随笔分类 - UI小程序
摘要:#import "AppDelegate.h"#import "MyTableViewController.h"@interfaceAppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)ap...
阅读全文
摘要:通讯录可实现增删改//把导航控制器设置为给视图#import "AppDelegate.h"#import "ViewController.h"@interfaceAppDelegate ()@end@implementation AppDelegate- (BOOL)application:(U...
阅读全文
摘要:#import "AppDelegate.h"#import "ViewController.h"@interfaceAppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplication *)applicati...
阅读全文
摘要:简介 沙盒文件中存储有原始用户信息,老用户可以直接登录。新用户需要进行注册,注册之后信息会永久保存。#import "AppDelegate.h"#import "LoginViewController.h"@interfaceAppDelegate ()@end@implementation A...
阅读全文
摘要:简要说明: 该计算器可以实现多位数的加减乘除,还可以连加减。不能实现算术的优先级,若有好的想法,可以告知一二。#import "AppDelegate.h"#import "ViewController.h"@interfaceAppDelegate ()@end@implementation A...
阅读全文

浙公网安备 33010602011771号