Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to implement custom space separator with custom width between two part of paragraph in text view:

AAAA AA A -------- BBB BBBBB B

This is separator must be included as non-editable character. So user can't delete it or modify. I understand, that i must overload standard behavior of textview in some points (for example, when user press "delete" right after separator nothing will be deleted)

I have several ideas how accomplish this task:

  1. Use elastic glyph attribute (there are mentions in documentation about it). But I can't find any documentation about how to use it.

  2. Use tab symbol and NSTextTab for each paragraph, and in any modification to the paragraph recalculate position of tab.

I will be very grateful for any right direction.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.