I have multiline text without HTML (with newlines). You need to display it inside ScrollView or just UIView.
I cannot display it as a UITextView: I cannot find how to resize the UITextView to text size and / or disable scrolling in it.
Should I output text in Label? Or something more suitable for this?
Thanks.
Try using UILabel, then set the lineBreakMode property to UILineBreakModeWordWrap and the numberOfLines property to zero (unlimited lines).
, , , .
Source: https://habr.com/ru/post/1709988/More articles:The fastest .NET hash generator. - c #Is there a usable standard (168/286) portlet testing framework? (especially the one that works with Spring PortletMVC) - springEditor collection as part of user control during development - c #Is it possible to reasonably bypass antivirus scanning of the working directory? - windowsCan anyone describe a component-based paradigm in Java programming? - jsfconfiguration and settings for C # - c #What is the fastest way to get started with your Kohana PHP map? - phpdisplaytag external paging / sorting and getting true line number - javaGet text field information from a loaded web page - Mac OS X Development - objective-cCreate Monitor for TFS 2008 Build Server - tfsAll Articles