Jackson Wang
Jackson Wang
 this might be the problem since it doesn't seem to be released.
I got it! Thanks! This whole time I thought .expanding is a get only function for some reason...
I'm still having trouble to achieve goal. When I add a tap gesture recognizer, the dropdown menu becomes disabled. Any suggestions how I can add the tap gesture outside the...
I'm trying to do this with the code below: ` func gestureRecognizer(gestureRecognizer: UIGestureRecognizer, shouldReceiveTouch touch: UITouch) -> Bool { ``` let point : CGPoint = touch.locationInView(self.view) let pointInSubview : CGPoint...
Alright, I finally solved it with this https://gist.github.com/sburlot/9856a15119985a6f1a87 kind of code. I couldn't figure out why the menu's frame was wrong when touch is detected, so i just manually added...
If anyone else has a better way of doing this, please share!
Here's a screenshot when the issue is fixed with self.bounds btw: 
Never mind, I just found it. For other people who want to change avatarView size, here is the line where the size is defined: in DBProfileAccessoryViewLayoutAttributes.m static CGSize DBProfileAccessoryViewLayoutAttributesDefaultAvatarReferenceSize() {...
Yes I did update to 1.0.0, after hours of trying to fix this issue, I gave up and started a new project and copy paste all my old code. Somehow...
Hi! Sorry it took so long to respond, I've been very busy these days. I believe it is getting better! But the only question I had was I could not...