单行中的多个 UILabel
Multiple UILabel in single row
需要帮助来创建像这样具有多个标签和多个操作的 UILables 布局。考虑一下 Facebook News&Feed 示例。
请尝试 TTTAttributedLabel
and NSAttributedString
to do that. Don't use multiple UILabel
instances :). TTTAttributedLabel
允许您为字符串的任何部分添加操作。
需要帮助来创建像这样具有多个标签和多个操作的 UILables 布局。考虑一下 Facebook News&Feed 示例。
请尝试 TTTAttributedLabel
and NSAttributedString
to do that. Don't use multiple UILabel
instances :). TTTAttributedLabel
允许您为字符串的任何部分添加操作。