Re: How can I set tab stops in a UITextView?

2010-12-19 Thread Gordon Apple
Welcome to the lame world of UITextView. No styles, no attributes. Obviously, Apple, Inc. has something better, as shown in Pages, but they are not sharing it with the rest of us. Other than rolling your own with CoreText (which I have partly done -- and it's not easy), the only alternative I

Re: How can I set tab stops in a UITextView?

2010-12-19 Thread Kyle Sluder
On Sun, Dec 19, 2010 at 4:01 PM, Gordon Apple g...@ed4u.com wrote: Welcome to the lame world of UITextView.  No styles, no attributes. Obviously, Apple, Inc. has something better, as shown in Pages, but they are not sharing it with the rest of us.  Other than rolling your own with CoreText

How can I set tab stops in a UITextView?

2010-12-18 Thread Jay Reynolds Freeman
I would like to be able to control what is displayed in a UITextView when the text contains a tab character. (I conjecture that if there is a mechanism to do that, it might be common to both UITextView and NSTextView, so if anyone knows anything about the latter, please speak up.) More