ceaseless-prayer / CeaselessIOS

This is the iOS application code for Ceaseless.
http://www.ceaselessprayer.com
MIT License
5 stars 2 forks source link

Blurring background image is slow #164

Closed chrislim closed 7 years ago

chrislim commented 9 years ago

image

We'd like the user load time to be <1 second. This was done on an iPad Air, but I got feedback on the slow load time from someone on an iPhone 6.

LIL717 commented 9 years ago

I tried adding a visual effect blur in interface builder to the root view controller background image. I think the reason we weren't doing it before was that it didn't cover the page view controller (dots) at the bottom of the page, so I just extended the view and it is working. It is blurred a little differently than it was before, but its loading much faster. I'll push it up so you can look at it. If we keep it, then we can delete UIImageEffects class because we wouldn't be using it.

nylim11 commented 8 years ago

Do you remember if we ended up doing that?

chrislim commented 7 years ago

I think we've made this change.