Re: Subclassing UItextview

2011-06-04 Thread Philip Vallone
Thank you Conrad for your feedback. > Finally, depending on how many webviews you use, you might massacre the > performance of UITableView scrolling. Luckily, I am not using UITableView. I have implement the UIWebView and it works well. I am not sure if the issues you mentioned are still issue

Re: Subclassing UItextview

2011-06-04 Thread Conrad Shultz
On Jun 4, 2011, at 7:22, Fritz Anderson wrote: > > UITextView does not render multiple styles, nor offer link-like behavior. To > subclass, you'd have to rip out most of the implementation. If you want those > things, use UIWebView, which is what the other apps (at least the ones > written by

Re: Subclassing UItextview

2011-06-04 Thread Philip Vallone
Thanks Fritz. This is a great suggestion. On Jun 4, 2011, at 10:22 AM, Fritz Anderson wrote: > On 4 Jun 2011, at 8:32 AM, Philip Vallone wrote: > >> I am taking a shot at creating a Twitter App. I was wondering if its >> possible to Subclass UItextview to detect hashes and respond to them. F

Re: Subclassing UItextview

2011-06-04 Thread Fritz Anderson
On 4 Jun 2011, at 8:32 AM, Philip Vallone wrote: > I am taking a shot at creating a Twitter App. I was wondering if its possible > to Subclass UItextview to detect hashes and respond to them. For example: > > "This is a tweet #iamtrending" > > I've seen this done in other Apps, but not sure whe

Subclassing UItextview

2011-06-04 Thread Philip Vallone
Hi, I am taking a shot at creating a Twitter App. I was wondering if its possible to Subclass UItextview to detect hashes and respond to them. For example: "This is a tweet #iamtrending" I've seen this done in other Apps, but not sure where to start. Thanks for the help. Phil _