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.
UILabel 有最大尺寸吗?我使用标签来显示网络请求。在相当数量的请求之后,标签停止自动换行并截断踪迹。在某些时候,我必须将日志保存到磁盘。关于在不遇到此截断问题的情况下显示日志的方法的任何想法?
不要使用 UILabel。UILabel 不适用于那么多文本。使用禁用编辑的 UITextView。当空间不足时,它将开始允许滚动。