【问题标题】:tag names on photo ios照片 ios 上的标签名称
【发布时间】:2015-12-06 06:47:15
【问题描述】:

我想像在 Instagram 中一样在照片上标记姓名
例如 在上传之前,我们在特定位置指定标签名称

上传后,当我们单击图像时,名称会在我们指定的位置上置换。

我只想要那个功能。我认为我们存储标签名称出现并嵌入图像名称的 x,y 位置的方法,但这种方法并不好。还有什么建议吗?

【问题讨论】:

    标签: ios image tags photos


    【解决方案1】:

    您是否考虑过创建一个包含以下字段的数据库表?

    image_id, /* The image where the tag is in */
    person_id, /* The person who is tagged in this image */
    x_pos, /* The X Position of the tag */
    y_pos /* The Y Position of the tag */
    

    如果是,您遇到了什么问题?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-04-09
      • 2012-03-07
      • 2012-04-23
      • 1970-01-01
      • 2012-04-04
      相关资源
      最近更新 更多