Sjoerd Perfors
Sjoerd Perfors
Yep! My app has a tabbar in these screens.
Sorry Raphael, I forgot the following. Change in method - (void)presentPointingAtView:(UIView *)targetView inView:(UIView *)containerView animated:(BOOL)animated the following: if (_pointDirection == PointDirectionDown || _pointDirection == PointDirectionGoneButDown) see snipper below ``` if...
I think we talk here about different paddings. 1) padding from the screen where the balloon should appear. (this is what sidepadding is doing) 2) padding in the balloon where...
Hmm still having issues on this one..
Yeah I realized that too! Why is that? What I do now (I only use the cropperViewController and have my Facebook photopicker first): #import "UIImage+Scaling.h" if(image.size.height > image.size.width) image =...
Guess you're right! Thanks for your reply.
@aerialcombat BIG THANKS !! This helped me a lot !
sorry can't help, been too long..