上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页
摘要: NSUserDefaults可以存取一些短小的信息。比如存入再读出一个字符串到NSUserDefaults:NSString *string = [NSString stringWithString @"hahaha"]; NSUserDefaults *ud = [NSUserDefaults ... 阅读全文
posted @ 2014-05-18 10:34 离子 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 问题提出,ios6和ios7中视图控制器的创建中的view的是会自动排版的,就是你自定义其中的view,也改变不了其尺寸,ios6自定义的尺寸是{{0, 20}, {320, 460}},ios7自定义的尺寸是{{0, 0}, {320, 480}}这就为兼容性造成很大的困扰?//解决方案,苹果这么... 阅读全文
posted @ 2014-05-11 12:23 离子 阅读(273) 评论(0) 推荐(0) 编辑
摘要: #import "LYAppDelegate.h"#import #import "XMLReader.h"#import "JSONKit.h"@implementation LYAppDelegate- (BOOL)application:(UIApplication *)applicatio... 阅读全文
posted @ 2014-05-06 15:49 离子 阅读(194) 评论(0) 推荐(0) 编辑
摘要: //// RootViewController.m// CustomMapDemo//// Created by liyang on 14-5-5.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewC... 阅读全文
posted @ 2014-05-05 09:52 离子 阅读(283) 评论(0) 推荐(0) 编辑
摘要: //// RootTableViewController.m// editcell//// Created by liyang on 14-4-29.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootTabl... 阅读全文
posted @ 2014-04-29 22:25 离子 阅读(212) 评论(0) 推荐(0) 编辑
摘要: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{ static NSString *cellindentifier=@"... 阅读全文
posted @ 2014-04-28 21:39 离子 阅读(261) 评论(0) 推荐(0) 编辑
摘要: #import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun... 阅读全文
posted @ 2014-04-27 22:59 离子 阅读(196) 评论(0) 推荐(0) 编辑
摘要: #import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun... 阅读全文
posted @ 2014-04-27 22:35 离子 阅读(314) 评论(0) 推荐(0) 编辑
摘要: #import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun... 阅读全文
posted @ 2014-04-27 22:19 离子 阅读(299) 评论(0) 推荐(0) 编辑
摘要: //// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo... 阅读全文
posted @ 2014-04-27 18:26 离子 阅读(195) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页