Massimo Donati
Massimo Donati
Hello, I'm trying to use this controller but on a Bar button item I can't figure out how to show the menu without having my app to crash. The "Menu"...
[UIColor colorWithRed:108/255.f green:108/255.f blue:108/255.f alpha:1.f];
 ``` RDVCalendarView* calendarView = [[RDVCalendarView alloc] initWithFrame:frame]; [calendarView setAutoresizingMask:UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight]; [calendarView setSeparatorStyle:RDVCalendarViewDayCellSeparatorTypeBoth]; [calendarView setDelegate:self]; [calendarView setBackgroundColor:[UIColor yellowColor]]; [calendarView setWeekDayHeight:0]; ``` ``` -(CGFloat)heightForDayCellInCalendarView:(RDVCalendarView *)calendarView...
Could I use iOS plot for realtime (30 redraws per second)?

I'm not sure what should I add on my Package.swift file because XCode says no such module MongoDriver. I tried to add mongokitten's and this git repo without luck. Thanks...
 I followed your steps: ``` -(RNFrostedSidebar *) sideBar { if (!_sideBar) { _indexSet = [NSMutableIndexSet indexSetWithIndex:1]; _images = @[[UIImage imageNamed:@"fixing_tools"], [UIImage imageNamed:@"red_cross"], [UIImage imageNamed:@"settings"], ]; _colors = @[[UIColor greenColor],...