Volodymyr Sakhan

Results 3 comments of Volodymyr Sakhan

JTAppleCalendar/Sources/InternalActionFunctions.swift [7.1.5 and master] ``` func scrollTo(indexPath: IndexPath, triggerScrollToDateDelegate: Bool, isAnimationEnabled: Bool, position: UICollectionViewScrollPosition, extraAddedOffset: CGFloat, completionHandler: (() -> Void)?) { isScrollInProgress = true if let validCompletionHandler = completionHandler {...

I used this settings: ``` calendar.scrollDirection = .vertical calendar.scrollingMode = .nonStopToCell(withResistance: 0) ``` and this method: ``` calendar.scrollToDate(date, triggerScrollToDateDelegate: false, animateScroll: true, preferredScrollPosition: .centeredVertically, extraAddedOffset: 50, completionHandler: nil) ```

I tried the patch: https://github.com/edrosten/libcvd/pull/8/files And now videodisplay is works after add the key for x11: `./configure_osx --without-ffmpeg --x-libraries=/usr/X11/lib --x-includes=/usr/X11/include` #### configure log > Options: > inline_asm videodisplay shared_ptr toon...