Jackson Wang

Results 11 comments of Jackson Wang

![screen shot 2016-06-24 at 8 03 49 pm](https://cloud.githubusercontent.com/assets/13260808/16353341/d4656dfe-3a46-11e6-8d03-5f9ef0614e0c.png) 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: ![screen shot 2016-05-25 at 5 30 42 pm 1](https://cloud.githubusercontent.com/assets/13260808/15556950/76edd324-229e-11e6-9eed-6047515a9c90.png)

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...