七 11, 2010
Posted by shine in 数字生活, 玩摄影 | 0 comments
Apple Shanghai-Here We Go!
没玩过单反,想很久了。一直想一步到位直接上无敌兔的,心想以前一直是卡片机,一点摄影的底子都没有,最后和LP商量还是先入门搞清楚什么叫光圈,什么叫焦距吧。最近就这款NEX5最火爆了, 而且自己对这种外型帅气的潮流数码一直都没有免疫力,所以趁着正好因为Apple...
Read More
七 5, 2010
Posted by shine in Cocoa / Object-C, 技术研究 | 2 comments
将网页打包成iOS应用程
-(void)setupWebView { webView=[[UIWebView alloc] initWithFrame:CGRectMake(0, 0, 768, 1024)]; [self.view addSubview:webView]; NSString *path = [[NSBundle mainBundle] pathForResource:@”index” ofType:@”html”]; NSFileHandle *readHandle = [NSFileHandle fileHandleForReadingAtPath:path]; NSString *htmlString = [[NSString alloc] initWithData: [readHandle...
Read More