RogoMantiK

Results 10 issues of RogoMantiK

There are two warnings that eclipse shows: 1. onTouch should call View#performClick when a click is detected 2. constructors has setOnTouchListener called on it but does not override performClick So...

You can add the ``` public final func readableColor() -> DynamicColor { return isLightColor() ? UIColor.blackColor() : UIColor.whiteColor() } ``` and or another that use the inverse / complement at...

enhancement
question

Hi, Why did you used ``` [self setDoneButton:[[UIBarButtonItem alloc] initWithTitle:NSLocalizedStringFromTable(@"Done", @"BSKeyboardControls", @"Done button title.") style:UIBarButtonItemStyleDone target:self action:@selector(doneButtonPressed:)]]; ``` instead of [self setDoneButton:[[UIBarButtonItem alloc] initWithBarButtonSystemItem: **UIBarButtonSystemItemDone** target:self action:@selector(doneButtonPressed:)]];

when setting an image the rippleBackgroundColor is drawn above the image and the rippleColor above the rippleBackgroundColor I had to set rippleBackgroundColor to clear (remains the backgroundcolor) and the rippleColor...

I have this error in the log [CRToast] : ERROR given 0.4 for key kCRToastTimeIntervalKey was expecting Class __NSCFNumber but got Class _SwiftTypePreservingNSNumber, passing default on instead

10000 seems too big - (void)setBackground { `UIView *fadeView = [[UIView alloc] initWithFrame:CGRectMake(0, -100, 10000, 130+100)]; // Static width, autoresizingMask is not working` to `UIView *fadeView = [[UIView alloc] initWithFrame:CGRectMake(0,...

Hello I have this error with Merge branch 'pr/23' update error: IB Designables: Failed to update auto layout status: The agent raised a "CALayerInvalidGeometry" exception: CALayer position contains NaN: [nan...

Hi, I put an option in the settings to change the keyboard characters to switch from qwerty to azerty I made a ``` func myKeyboard() -> Keyboard { let myKeyboard...

Hi, I tried to use in the same project Glyptodon and Dodo and i got an error about duplicate file. I noticed that the two files are different even though...

The data inside is stored as binary How to generate this file from a .cube / .3dl or other lut plain text format? Can you implement a class to load...