Sebastiaan de Weert

Results 4 comments of Sebastiaan de Weert

Simple, just use the .week enum for the calendar scope: `self.calendar.scope = .week` And don't forget the **boundingRectWillChange**: ``` func calendar(_ calendar: FSCalendar, boundingRectWillChange bounds: CGRect, animated: Bool) { self.calendarHeightConstraint.constant...

Solved.. Replace the line with this: ``` if ([self.mapView.selectedAnnotations count] == 0) { [self.mapView deselectAnnotation:nil animated:NO]; } else { [self.mapView deselectAnnotation:[self.mapView.selectedAnnotations objectAtIndex:0] animated:NO]; } ```

Try using `com.github.mhiew:android-pdf-viewer:3.2.0-beta.1`