bass9030 / Discord-Reborn

A Discord app for iOS 5+
4 stars 0 forks source link

Improve chatView load speed #8

Open bass9030 opened 10 months ago

bass9030 commented 10 months ago

After adding a web URL hyperlink( ac607d0 ), there is a fairly long freeze while the chat loading in physical device(tested on iPhone 4, iOS 6.1.3)

UITextView used to implement hyperlinks seems to be causing significant latency.

bass9030 commented 10 months ago

After changing UITextView to TTTAttributedLabel, the freezing continued. I suspect there's something else going on, as the freeze also occurs in some chat rooms with fewer hyperlinks, rather than those with many hyperlinks.