선언 부분
NSURL *imageURL = [NSURL fileURLWithPath: imageName];
NSString *url = [[NSString alloc]initWithFormat:@"%@",imageURL];
사용 부분
ht = [ht stringByAppendingString:[NSString stringWithFormat:@"<table><tr><td><img src=%@></td></tr></table></div></td>", url]];
'about DEV' 카테고리의 다른 글
갑자기 사라진 Framework... (AWS SDK , Cocoapods) (0) | 2016.09.13 |
---|---|
AWS EC2 + S3FS + AutoScaling 설정 방법에 대해서... (0) | 2015.03.05 |
XCode5에 iOS6 SDK 설치하기 (0) | 2013.10.22 |
모바일용 데이터베이스 SQLite3 집중공략 시작! (0) | 2012.02.15 |
Ad-Hoc App Distribution with XCode 4 (2) | 2011.05.06 |
Icons and launch images for iPhone and iPad apps (0) | 2011.02.25 |
Search and highlight text in UIWebView (0) | 2010.04.14 |
iPhone SDK 링크기능들 (0) | 2010.04.01 |
Learn Objective-C On the MAC / 터칭 아이폰 SDK 3.0 (0) | 2010.03.14 |
새롭게 뭔가 시작하기.... (2) | 2010.01.22 |