摘要: SamplesController *aSamplesController = [[SamplesControlleralloc] initWithStyle:UITableViewStylePlain]; testsViewController *aSamplesC = [[testsViewControlleralloc] init]; UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:aSamplesC]; sample... 阅读全文
posted @ 2013-03-22 15:56 xiaoxiaoxigua 阅读(148) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-03-22 15:46 xiaoxiaoxigua 阅读(137) 评论(0) 推荐(0)
摘要: 1、http://www.yuanmasucai.com/ios/2、http://qiannao.com/ls/zhaoguyilang/cac01fa6/3、http://www.any-phone.com/category/mobile_dev/ios/page/24、http://www.techolics.com/apple/20120419_205.html //appcode 阅读全文
posted @ 2013-03-15 10:35 xiaoxiaoxigua 阅读(237) 评论(0) 推荐(0)
摘要: 城市天气ID直辖市"北京","上海","天津","重庆""101010100","101020100","101030100","101040100"特别行政区"香港","澳门""101320101","101330101"黑龙江"哈尔滨","齐齐哈尔","牡丹江","大庆",& 阅读全文
posted @ 2013-03-01 18:03 xiaoxiaoxigua 阅读(273) 评论(0) 推荐(0)
摘要: 中国国家气象局天气预报接口总共提供了三个:http://www.weather.com.cn/data/sk/101010100.htmlhttp://www.weather.com.cn/data/cityinfo/101010100.htmlhttp://m.weather.com.cn/data/101010100.html 阅读全文
posted @ 2013-03-01 17:49 xiaoxiaoxigua 阅读(164) 评论(0) 推荐(0)
摘要: permittedArrowDirections:0; 阅读全文
posted @ 2013-02-25 11:13 xiaoxiaoxigua 阅读(274) 评论(0) 推荐(0)
摘要: //// ViewController.m// AutoLabelHeight//// Created by pjyin on 12-8-30.// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.//#import "ViewController.h"#import <QuartzCore/QuartzCore.h>@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad{ [super 阅读全文
posted @ 2013-02-17 11:58 xiaoxiaoxigua 阅读(224) 评论(0) 推荐(0)
摘要: UITextField *ty=[[UITextFieldalloc] init];ty.contentVerticalAlignment =UIControlContentHorizontalAlignmentCenter; 阅读全文
posted @ 2013-02-17 11:56 xiaoxiaoxigua 阅读(165) 评论(0) 推荐(0)
摘要: 最近在一个数独网站玩数独游戏,网站地址为:http://www.sudokufans.org.cn/。 阅读全文
posted @ 2013-02-05 13:48 xiaoxiaoxigua 阅读(197) 评论(0) 推荐(0)
摘要: NSDictionary *dic = [NSDictionarydictionaryWithObjectsAndKeys:[UIColorblackColor],UITextAttributeTextColor, [UIFontfontWithName:@"SnellRoundhand-Bold"size:14],UITextAttributeFont ,[UIColorwhiteColor],UITextAttributeTextShadowColor ,nil]; [segment setTitleTextAttributes:dic forState:UIContr 阅读全文
posted @ 2013-02-05 11:55 xiaoxiaoxigua 阅读(7490) 评论(0) 推荐(0)