摘要:
NSUserDefaults可以存取一些短小的信息。比如存入再读出一个字符串到NSUserDefaults:NSString *string = [NSString stringWithString @"hahaha"]; NSUserDefaults *ud = [NSUserDefaults ... 阅读全文
摘要:
问题提出,ios6和ios7中视图控制器的创建中的view的是会自动排版的,就是你自定义其中的view,也改变不了其尺寸,ios6自定义的尺寸是{{0, 20}, {320, 460}},ios7自定义的尺寸是{{0, 0}, {320, 480}}这就为兼容性造成很大的困扰?//解决方案,苹果这么... 阅读全文
摘要:
#import "LYAppDelegate.h"#import #import "XMLReader.h"#import "JSONKit.h"@implementation LYAppDelegate- (BOOL)application:(UIApplication *)applicatio... 阅读全文
摘要:
//// RootViewController.m// CustomMapDemo//// Created by liyang on 14-5-5.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewC... 阅读全文
摘要:
//// RootTableViewController.m// editcell//// Created by liyang on 14-4-29.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootTabl... 阅读全文
摘要:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *cellindentifier=@"... 阅读全文
摘要:
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun... 阅读全文
摘要:
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun... 阅读全文
摘要:
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun... 阅读全文
摘要:
//// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo... 阅读全文