I've created an app that uses a UITextView
Text View with the Text set to Attributed and with the option Allow Attributes Editing enabled.. from what I've understood, this should allow the user to edit some attributes, such as Boldface, Italic etc when he selects a portion of the text contained within the TextView.. I launched the app within the IOS 6.1 Simulator and if I select some text within the UITextView
it does not show any attributes' editing option, is it a simulator issue or am I missing something?
Thank you in advance for any help.
There's a known bug with Xcode 4.X where the "allows editing attributes" checkbox in Interface Builder is apparently not working.
To fix this, you need to programmatically set the "allowsEditingTextAttributes
" property of your UITextView via an IBOutlet.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With