是否可以设置 ABPeoplePicker & 的ContentInset? UIImagePickerController?
我知道可以为 UITableView 添加一个插图,如下所示:
[self.tableView setScrollIndicatorInsets:UIEdgeInsetsMake(5, 0, 46, 0)];
[self.tableView setContentInset:UIEdgeInsetsMake(5, 0, 46, 0)];
Is it possible for a ABPeoplePicker & UIImagePickerController(源类型照片库)?
谢谢!
库尔顿
I know it's possible to add a inset for a UITableView like so:
[self.tableView setScrollIndicatorInsets:UIEdgeInsetsMake(5, 0, 46, 0)];
[self.tableView setContentInset:UIEdgeInsetsMake(5, 0, 46, 0)];
Is it possible for a ABPeoplePicker & UIImagePickerController (sourceTypePhotoLibrary)?
Thanks!
Coulton
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要访问 ABPeoplePicker 的表视图,然后可能尝试在那里应用您的更改
我对 UIImagePickerController 没有任何线索,因此无法帮助您
希望这会有所帮助
You need to access the Table view of ABPeoplePicker and then probably try applying your changes there
I have no clue regarding UIImagePickerController so can't help you with that
Hope this helps