mxpasser

Results 10 issues of mxpasser

是否可以将 RTL 适配阿语的控制暴露出一个属性或方法,可以选择是否开启库里自带的RTL。。碰巧我们的app里有阿语的,之前有适配,跟咱们这个库的阿语有重复了,有些页面显示有问题,比如页面和文字都翻转了。。😅

enhancement

hi,jonathantribouharet, i really like this calendar lib. thank you! i found some issues when using it. i set _pageViewNumberOfWeeks = 0 ,atomatic and _firstWeekDay = 2, but the 5th month...

状态管理章节,按照示例代码跑了一遍,_handleTap方法报错了。 ════════ Exception caught by gesture ═══════════════════════════════════════════════════════════════ The following NoSuchMethodError was thrown while handling a gesture: The method 'call' was called on null. Receiver: null Tried calling: call(true)

是否可做一个选项,周的第一天从周一开始!

@zzyspace 很实用的库。。。感谢 有个小问题想请教一下,在小屏幕设备上iPhone 4s ,iPhone5真机和模拟器,shouldLoop,autoScroll都为YES时,在手动滚动的时候,滚动结束时会有一个很慢的减速效果。

1、无法找到模块“react-native-swiper-hooks”的声明文件。“/Users/xxx/xxxxxx/node_modules/react-native-swiper-hooks/index.js”隐式拥有 "any" 类型。 尝试使用 `npm i --save-dev @types/react-native-swiper-hooks` (如果存在),或者添加一个包含 `declare module 'react-native-swiper-hooks';` 的新声明(.d.ts)文件ts(7016) 2、属性列表中,属性名重名:颜色名写成了与size重名。

@wangmchn 感谢你写的这个库!请教几个问题: 1、滚动时字体颜色动画如何取消? 2、progressView是否可以自定义view?

@wangmchn 请教,现在有个需求是,点击某标签页上的按钮需要切换到另一个标签页里面???

@molon 感谢MLEmojiLabel库。有个问题请教,我用masonry给label加了约束,但没有显示出来, ``` [_tipLabel mas_makeConstraints:^(MASConstraintMaker *make) { make.left.equalTo(self.contentView).offset(15); make.top.equalTo(self.contentView).offset(5); make.right.equalTo(self.contentView).offset(-15); make.height.equalTo(@40); }]; ``` 用frame的方式可以, _tipLabel.frame = CGRectMake(15, 5, self.contentView.width - 30, 40);

感谢分享,俺也是一枚iOS小开发,最近刚看了两周的flutter,打算参考一些实例项目上手,刚好看到你分享的这个项目,打算跟着敲一遍。。。😄