2011年8月18日

UIButton

摘要: UIButton *btnTrans = [UIButton buttonWithType:UIButtonTypeCustom]; [btnTrans setBackgroundImage:[UIImage imageNamed:@"btnAround.png"] forState:UIControlStateNormal]; [btnTrans setTitle:@"周边" forState:... 阅读全文

posted @ 2011-08-18 18:05 风乔 阅读(191) 评论(0) 推荐(0)

有很多图标的网站

摘要: http://www.iconfinder.com/ 阅读全文

posted @ 2011-08-18 17:04 风乔 阅读(129) 评论(0) 推荐(0)

NSMutableDictionary

摘要: NSMutableDictionary *dict = [[NSMutableDictionary alloc] init]; [dict setObject:@"John" forKey:@"Firstname"]; [dict setObject:@"Doe" forKey:@"Lastname"]; [dict setObject:@"info at objectgraph.com" for... 阅读全文

posted @ 2011-08-18 12:40 风乔 阅读(188) 评论(0) 推荐(0)

导航