z-br

Results 20 comments of z-br

Any updated here? We really want to use this control but it crashes in IOS7

Hey @PrideChung that link to the registration disables are broken - is this fixed now? We'd love to move back on to your cocoapod instead of our private repo with...

Thanks for the quick reply! Here is my code ``` CGRect rect = CGRectMake(100,self.view.bounds.size.height-100,100,100); self.trashButton = [[UIButton alloc]initWithFrame:rect]; self.trashButton.backgroundColor = [UIColor greenColor]; [self.trashButton setFont:[FAKFontAwesome iconFontWithSize:105]]; [self.trashButton setClipsToBounds:NO]; NSShadow *shadow =...

It's a reasonable value because the font size is 64. I'm trying to get the trash bucket to "glow" when you drag something over it. I could do an image...

Waking this up from the dead. The podspec points to 2.2.1 but there is no tag/release with that number. I'm pointed to a specific commit in my podspec, but that...

FWIW, deleting the tests target and running works

Anyone have thoughts on this? I haven't been able to figure anything out.

I am using standard tomcat in amazon elastic beanstalk. No Spring.

@naikrovek It looks like I can combine `lines := dc.WordWrap(s, width)` with MeasureMultilineString and get what I want. Thanks!

I got this working how I wanted! Thanks for the pointer. For posterity, here is my full code for generating a fixed size image with a multiline string, with that...