Henry

Results 12 issues of Henry

Without an api to set the nav bar color? As my app them color is white nav bar, but I cannot change the browser color same as my app

js端使用dsbridge.call(name,params,(v))方式调用,然后在iOS端委托 runJavaScriptTextInputPanelWithPrompt方法里断点,日志里出来的promot以true开头,而不是_dsbridge=开头,导致进不了里面调用原生方法的断点 [37121:2501511] runJavaScriptTextInputPanelWithPrompt: --- true_dsb.dsinit defaultText {"data":{}} 2022-06-13 14:09:32.331967+0800[37121:2501511] runJavaScriptTextInputPanelWithPrompt: --- truegetStatusBarHeight defaultText {"data":{},"_dscbstub":"dscb0"} 2022-06-13 14:09:34.981082+0800[37121:2501511] runJavaScriptTextInputPanelWithPrompt: --- truesetNavStatusBarVisibility defaultText {"data":"1","_dscbstub":"dscb1"} 并且这个_dsdb.dsinit 初始化方法会以alert形式弹出影响用户体验

卡在endRandomSeed以后,不动了,完全是按楼主说的步骤来的,替换了相应的文件,很奇怪。

## 如果在使用过程中遇到问题,请提供以下信息以便于尽快将问题修复 * 简单描述一下问题。 切换横竖屏时内部元素未自动排列 * 使用cocoapods集成 * 能够重现此问题的完整步骤。 竖屏下显示此日历版本,旋转成横屏,宽度正常但是高度会变小导致显示不全 * 设备型号及版本。 iPhone 13 pro 16.5.1 * 使用的Xcode版本。 Xcode14.3.1 * FSCalendar版本. `2.8.4 https://github.com/WenchaoD/FSCalendar/assets/1712759/67bf6aa9-c9f5-4a83-9b23-5067446d200f 以上是问题的录屏,稍后我上传个demo

如图,在debug下字符是可以显示下的但是莫名截断了

self.cateSegmentControl.type = HMSegmentedControlTypeTextImages; self.cateSegmentControl.imagePosition = HMSegmentedControlImagePositionLeftOfText; self.cateSegmentControl.textImageSpacing = 6.f; self.cateSegmentControl.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter; Here I added the code however the image and title not align vertical, the title is a little...

最新xcode新建的项目里,appdelegate没有window了,内部代码依旧调用了appdelegate.window导致crash,swift项目,可以考虑改为scence来获取window -------------------------------------------- -------------------------------------------- ## Base Info for this issue 1. Version:Latest Version as [here](https://github.com/ChenYilong/CYLTabBarController/blob/master/CYLTabBarController.podspec) 2. Language of App :Objective-C/Swift 4. iOS System Version:iOS12 5. Prototype(是否是真机):YES 6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A ## 1....

bug

It's a great script however, some times I only want to build ios device archive or osx archive, there is no option params to select which platforms I want to...

enhancement

func calendar(_ calendar: FSCalendar, numberOfEventsFor date: Date) -> Int { return 1 } when I implement this function, even if the day is not show on the calendar(month scope and...

numberOfEventsFor 此方法返回当天的日程数量时,有时候会显示在未显示的日期上,如图所示 ![IMG_5536](https://github.com/WenchaoD/FSCalendar/assets/1712759/55f5c002-bb43-400e-94d5-6e3a80622964) 使用方式,通过源码集成,出现时一般是往前的日期滑动时有这种情况,往后滑动没有 使用版本 FSCalendar 2.8.4 xcode 15.3