Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 iPhone 开发一本散文书。所以我将所有的诗歌和文本存储在核心数据中。一个实体命名story和属性命名details,其中包含整个轶事。
story
details
但问题就在这里:如果用户想要触摸特定的词和诗来了解它们的含义和定义,我应该如何处理这个任务?我怎样才能使这些诗可供选择?就像 iPhone 中内置的字典一样,用户在特定单词上触摸并按住手指,会出现一个弹出窗口并显示该单词的定义!
书样
您是否将它们展示在 中UILabel,如果是,您可能对这些感兴趣:
UILabel
gltaplabeldemo
rtlabel
属性标签
祝你好运。