Zaporozhchenko Oleksandr

Results 20 comments of Zaporozhchenko Oleksandr

@Karambirov I guess problems are: - project doesn't build - read.me file asks to pod install to build project ( maybe it just need to be updated)

Same to me, when i select text from left to right, it crashes with same 'range > max'

@theapache64 Yes, that what i said.

Same with WebRTC: wanted to mock it to test video capturing, but nothing seems to be working in this situation.

Probably the only way is set **DaysAvailability** for ur **VACalendarView**, and ensure that they start from ur current date. ``` public enum DaysAvailability { case all case some([Date]) } ```...

For example, this piece of code: ``` let formatter = DateFormatter() formatter.dateFormat = "dd.MM.yyy" let startDate = Date() let endDate = formatter.date(from: "01.01.2021")! var calendar = VACalendar( startDate: startDate, endDate:...

@chintanMaisuriya provide some crash information at least, no one has extrasensory skill there, I guess. And / OR provide project sample with your problem reproducible

@chintanMaisuriya First of all: It doesn't crash where you said before, look where it highlighted. It crashes because you create bad Range numberOfDays is lower than 0 ( numberOfDays is...

@nassifbasheer I don't think this has something to deal with the topic. Check ur timezones, idk Provided code was just an example. Debug and customize everything to achieve ur needs.

actually, it is swift 2, isn't it? I have `'init' is unavailable: use 'withMemoryRebound(to:capacity:_)' to temporarily view memory as another layout-compatible type.` this error