Re: iOS multiple text colors in an editable text field
Re: iOS multiple text colors in an editable text field
- Subject: Re: iOS multiple text colors in an editable text field
- From: Kyle Sluder <email@hidden>
- Date: Sun, 12 Dec 2010 11:43:48 -0800
On Dec 12, 2010, at 4:43 AM, BareFeetWare <email@hidden> wrote:
> On 12/12/2010, at 5:02 PM, Kyle Sluder wrote:
>
>> We wrote our own.
>
> Could you perhaps be more enlightening? Such as for what app(s)? For display did you use CoreText and NSAttributedStrings or UIWebView? What did you do for text editing? Is the result transparent to the user or have annoying glitches? Do you make the classes available?
OmniGraphSketcher and OmniGraffle for iPad. (I don't believe we support rich text in OmniFocus.)
We use NSAttributesString and Core Text, and do our best to mimic iWork.
It turns out we do make our editor public. The class is called OUIEditableFrame, in the OmniUI framework. Here's an example project: https://github.com/omnigroup/OmniGroup/tree/master/Frameworks/OmniUI/iPad/Examples/TextEditor
HTH,
--Kyle Sluder
>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden