Share the text with newline iOS Swift


Normally in iOS, if you share the text via installed share-based apps we can use \n for new Line or next line.But in WhatsApp, it will not accept the \n.It will only accept the <br></br>.It will navigate the user to the next Line.

Comments

Popular posts from this blog

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift

Parse the value from string value iOS swift