显示本地存储的图像
我使用 Three20 中的以下代码来显示照片/图像库。任何人都可以帮助更改代码以显示本地存储在手机上而不是网络服务器上的图像吗?
[[[MockPhoto alloc]
initWithURL:@"http://farm4.static.flickr.com/3444/3223645618_13fe36887a_o.jpg"
smallURL:@"http://farm4.static.flickr.com/3444/3223645618_f5e2fa7fea_t.jpg"
size:CGSizeMake(320, 480)
caption:@"This is a caption."] autorelease],
I'm using the following code from Three20 to display a photo/image gallery. Can anyone help with changing the code to display an image that's locally stored on the phone instead of on a web server?
[[[MockPhoto alloc]
initWithURL:@"http://farm4.static.flickr.com/3444/3223645618_13fe36887a_o.jpg"
smallURL:@"http://farm4.static.flickr.com/3444/3223645618_f5e2fa7fea_t.jpg"
size:CGSizeMake(320, 480)
caption:@"This is a caption."] autorelease],
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个数据库表,将图像更改为 NSData 对象后存储在该表上
you can make a data base table on which you store the image after been changed to an NSData object