Brandon Tate

Results 4 issues of Brandon Tate

I'm updating the padding for the standard text radio group both in the group and in the buttons, but the padding is not changing. I see this is a known...

I'm seeing a strange issue where if I have this plugin installed, and I remove/add then android platform, emulating android without live reload results in a white screen. For some...

I'm getting a build error for my android build that has something to do with a gradle configuration. The troubling thing about this is that the plugin doesn't report it....

bug

This throws a warning for modifying these attributes without copying. If you throw a copy in this line, it goes away. ``` UICollectionViewLayoutAttributes *attributes = [[super layoutAttributesForItemAtIndexPath:indexPath] copy]; ```