Harwyn T'an

Results 7 comments of Harwyn T'an

Now, I try to renew MKDropdownMenu to fix this error.

nope. imperfect now, it can show when vc pop back. but dropdown view width is changed. I dont want to change it ``` objc MKDropdownMenu *dropdownMenu = [[MKDropdownMenu alloc] initWithFrame:CGRectMake(0,...

my pull request can fix this question. bug it can't change size when inited.

when I need to update dropdownMenu width, I need reset **intrinsicContentSize** than call **layoutIfNeeded**. like this: ``` obj-c dropdownMenu.width = 150; dropdownMenu.intrinsicContentSize = CGSizeMake(150, 44); [dropdownMenu layoutIfNeeded]; ``` I'm not...

same. - SwiftyJSON: 5.0.0 - Xcode Version: 12.4 - Swift Version: Xcode default - pod --version 1.10.1

不行啊,控制器不能转啊,会爆炸的

> > 同问,希望有大神出来共享一下。 > > @pwszzy 请问你这边是怎么重现的 > > 就是一个输入框,然后升级系统到iOS13之后就变成两个光标了,至今没解决,想换成系统的了 YYTextView.m文件中,_showMagnifierCaret方法和_showMagnifierRanged方法首行添加return;可临时解决该问题