I have tried like this
#define KPrivacyText @"Your privacy is very important to us. We are committed \nto earn your trust by safeguarding your personal \ninformation. All the information you provide to us is \nsecurely maintained and is kept strictly confidential. We \ndo not, and will not provide any personal information to \nyour organisation without your consent.\n\nThe governing principles: \n\n\n\u2022\tInformation is kept strictly confidential and secure. \n\n\n\u2022\tInformation is only used for the purposes stated.\n\n\n\u2022\tInformation is only shared with your consent."
_privacyText.text = KPrivacyText;
And I want "The governing principles:" in bold. Is there something like \n
but for bold?