Florian Bürger
Florian Bürger
Animating the status bar in iOS 11 is hard. I solved it by snapshotting the content view and animating that. https://github.com/florianbuerger/RESideMenu/commit/220db82c7989531a9be1be613dd57dcca9f25b12 I'll submit a PR in the next days, I...
@firozkhursheed I didn't have time yet to submit the PR. If you are using CocoaPods/Carthage, you can point to my fork. See the corresponding documentation of CocoaPods/Carthage. You could also...
Can you try it again? At some point in the past, I changed the name in the Podspec file.
Yes, `UIImageView` respects the alpha channel. I double checked with an exported artwork from Sketch. Writing the image to disk does produce the same image as the image view. ```...
I ended up using GPUImage version 1, which does not have that issue.
> Have you resolve the problem with UIIMageView? @florianbuerger I did not look into further when working on this project. Seems like I reverted to using GPUImage 1 as mentioned...
Of course. We are brainstorming here so everything is possible for now :wink: :+1: for `categories`, `tag` should be reserved for git stuff.
@shahruz All the grouping repositories are absolute then, we use the central repository. We have to force the plugin authors to write Specs for every plugin. Sketch version compatibility is...
@ramijames Why? I don’t see a reason where tiny or huge images are a problem. Not sure if the image attribute is that useful at all. Thought we could use...
 Maybe if there is no image, the text can span the whole row? Clicking the thumbnail will open the real size image in a popover thingy? (Hopefully with animated...