Mladjan Antic
Mladjan Antic
I have two graphs, and when I hover over one graph (on macOS), I want to see information on both graphs at the same time. Can I programmatically hover another...
How you maintain list of the apps? How can I help you with this?
The documentation says: **import CameraKit** But module name is **CameraKit_iOS**
Do you have idea what is the best way to implement feature to go to exact page?
On iOS13, video player preview is not working. UIView is there, play is called, but no video... Added AVPlayerLayer manually solves the problem. ` AVPlayerLayer *avPlayerLayer = [AVPlayerLayer playerLayerWithPlayer:self.player]; avPlayerLayer.frame...
I'm trying to build source code, but build is stuck at some point. The sam behaviour when I try to install it via Alcatraz XCode package manager
optimumSize crashes, with: code=EXC_ARM_BREAKPOINT, subcode=0xdefe label content is: "ENERGIEWENDE IN DEUTSCHLAND" Here is the code (sorry for junk code): ``` RTLabel *tv = [[RTLabel alloc] init]; if([contentElement attributeNamed:@"line-height"]){ [tv setLineSpacing:[[contentElement...
 I have 2 kind of data. Value2 goes from 0 to 220, so range on X axis is fine. But on Y axis, it's...
Everything is passing except last line `adb shell 'echo /data/local/tmp/rootme/nefarious.sh | run-as'` It fails with message: `"Usage: run-as []"` Installed latest Android developer tools on macOS 10.13.2
I have a graph which is part of my UIView subclass (looks like this): ``` - (instancetype)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { [self setupUI]; } return self;...