Wenchao Ding

Results 20 comments of Wenchao Ding

这是因为有可能本周第一天是上个月(如9月)最后一天,其他6天都是本月(如10月)的,这个时候是10月。中间一天一定属于本周天数最多的那个月。

A workaround is to get labels by `calendar.calendarWeekdayView.weekdayLabels`.

@h-bomb I tried some asynchronous method and concurrent enumeration to optimize the user's experience, but it seems made a conflict with `direct-access` to `calendarWeekdayView` (and maybe `calendarHeaderView`). Is there a...

I think we should find the root cause of this error, not just silence it.

你好,现在没有做这个功能,但是可以参考下这个框架 https://github.com/kishikawakatsumi/PEPhotoCropEditor 2016-03-23 11:59 GMT+08:00 leibaozai [email protected]: > 首先感谢使用你的FSMediaPicker,省去了不少时间。 > 加入我要自定义裁剪区域为长方形,怎么去扩展了。看了下源码,貌似没找到。 > > — > You are receiving this because you are subscribed to this thread. > Reply to this...

> 在cell里面添加了个透明按钮 > > > 我也发现了 请问怎么解决啊 或者添加UITapGesture也可以

What is the purpose of opening this? The `numberOfItems` are asked by the dataSource, which is implemented by the client side. So the client side already knows better about the...

When the pagerView is `infinite`, collecting all `indexPaths` will be time-consuming. Any suggestions will be appreciative.

> > When the pagerView is `infinite`, collecting all `indexPaths` will be time-consuming. Any suggestions will be appreciative. > > @WenchaoD is that because of [this](https://github.com/WenchaoD/FSPagerView/blob/e535eb1a810dc76d99260a0ae3898f80ad73261e/Sources/FSPagerView.swift#L324)? that seems like an...

Hi @dkcas11 Can you provide a demo project link which reproduces and demonstrates your issue? Thanks.