ABPersonViewController 如何处理照片数据?
通过ABPersonViewController我们可以编辑联系人的照片。那么我们如何通过其他方式访问照片信息呢?然而,我们得到的是 ABPerson 的图像数据作为大原始图片,而不是 ABPersonViewController 显示的剪辑照片数据。那我们该怎么办呢? ABPersonCopyImageData,下一个?
Through ABPersonViewController we can edit contact's photo. Then How can we access the photo info by other way? However, we got ABPerson's image data as the big original picture but not the clip photo data as the ABPersonViewController show. Then what should we do?
ABPersonCopyImageData, next?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
+[UIImage imageWithData:]
要缩放图像,类似于
(假设
size
是“点”的数量,以支持 iPhone 4)+[UIImage imageWithData:]
To scale the image, something like
(assuming
size
is the number of "points", for iPhone 4 support)