Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some optimizations for TextBubbleView #144

Merged
merged 1 commit into from
Jun 1, 2016

Conversation

diegosanchezr
Copy link
Contributor

We don't need selectedRange or contentOffset and it shows on the profiler as heavy operations

setcontentoffset
setselectedrange

String interpolation shows also as more expensive than setting the bubble image

@codecov-io
Copy link

Current coverage is 64.92%

Merging #144 into dev will increase coverage by <.01%

@@                dev       #144   diff @@
==========================================
  Files            60         60          
  Lines          3197       3207    +10   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           2074       2082     +8   
- Misses         1123       1125     +2   
  Partials          0          0          

Powered by Codecov. Last updated by 592c8ee...a1e099c

@diegosanchezr diegosanchezr merged commit d87fe40 into dev Jun 1, 2016
@diegosanchezr diegosanchezr deleted the text-bubble-optimizations branch June 1, 2016 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants