iPhone X makes the status bar alert outdated. Need to find something new. Any ideas?
Same style of alert but pops up as a toast above tab bar or cover nav bar? Or we just address it on a case by case basic and try to give more contextual error messages
Really like the toast idea. Lets go hunting!
Sent with GitHawk
https://github.com/devxoul/Toaster - Very quick search is showing this, gives appareance overrides so with a couple factory methods we can distinguish between errors/other messages?
I have made a pull request #483 that implements https://github.com/devxoul/Toaster
I looks nice, maybe some more minor layout changes
As @rnystrom mentioned in #483 we should make our own. π
Started work on this on the flight home. Will have something pretty soon! Came up w/ some fun ideas. Building it in a way so it can be a separate pod. Love @BasThomas's idea.
Quick preview of what I've got in action:

Features:
TODO:
Learned quite a bit about UIDynamics and Auto Layout w/ this. Been fun!
Oh wow, looks great! Looking forward to seeing how you implemented it π
Sent with GitHawk
That image was very confusing from the app's point of view, it just looks like an image π
Looks great though! (when looked at on GitHub)
Yeah, the βQuick preview of what Iβve got in action:β definitely helped though. Gif support please! π
It's weird though because NY photo viewer supports GIFs, so... it should've worked π€ Maybe we have to enable it some how
https://github.com/rnystrom/GitHawk/blob/master/Podfile.lock#L17-L22
Oh that's weird. No idea.
@BasThomas Looks like you have to add ANIMATED_GIF_SUPPORT as a compiler flag to get it working. If you get five minutes π
https://github.com/NYTimes/NYTPhotoViewer/blob/master/NYTPhotoViewer/NYTScalingImageView.m#L21
Can we close this now, @rnystrom?
@Sherlouk that gives me a "no such file or directory" π
What am I missing?


For reasons I don't understand, ya have to prefix them with -D so -DANIMATED_GIF_SUPPORT
π€, it seems like it should already work without though: https://github.com/NYTimes/NYTPhotoViewer/blob/14458e8ed8065c3cf31fe0744db9fd4c506e4cfe/NYTPhotoViewer.podspec#L25
I don't understand because we don't even specify a subspec: https://github.com/rnystrom/GitHawk/blob/master/Podfile#L12
and it doesn't specify a default subspec π€ Maybe reference the NYTPhotoViewer/AnimatedGifSupport directly?
Also @BasThomas https://bugs.swift.org/browse/SR-909 -- Is this applicable?
Doesn't look like it. #if ANIMATED_GIF_SUPPORT is true.
Not too familiar with ObjC, is #ifdef handled differently?
Is it getting to https://github.com/NYTimes/NYTPhotoViewer/blob/master/NYTPhotoViewer/NYTScalingImageView.m#L125?
Let's move this over to #75
Most helpful comment
Quick preview of what I've got in action:
Features:
TODO:
Learned quite a bit about UIDynamics and Auto Layout w/ this. Been fun!