Qichang He

Results 8 issues of Qichang He

Hi, Below code will be crashed on Xcode8 ``` swift guard let cgImage = CIContext(options: nil).createCGImage(self, fromRect: self.extent) else { return nil } ``` 'NSInvalidArgumentException', reason: '-[CIContext initWithOptions:]: unrecognized selector

![bug](https://cloud.githubusercontent.com/assets/717699/13741914/e2ad4a36-ea13-11e5-9d9d-365b51f79961.gif)

discussion

版本:6.0.9 PHP 版本 7.2.34 官方文档的实例是: ``` return [ [\app\http\middleware\Auth::class, 'admin'], 'Check', ['hello','thinkphp'], ]; ``` 但这么写的话,框架会报错,错误如下图: ![企业微信截图_20220905103400](https://user-images.githubusercontent.com/717699/188349897-67fe1fde-1a30-451a-a258-348e7a30b330.png) 文档是不是应该改成? ``` return [ [\app\http\middleware\Auth::class, ['admin']], 'Check', ['hello',['thinkphp']], ]; ```

你好, 点击回退按钮后,我在 textView(textView: YYTextView, shouldChangeTextInRange range: NSRange, replacementText text: String) -> Bool 方法中重新对 textView 进行了赋值,并且 return NO, 但是之后会选中剩余的所有文字 ![bug2](https://cloud.githubusercontent.com/assets/717699/16944611/fea201d6-4dd3-11e6-8372-36a04e5a8e29.gif)

Without typedef will cause duplicate symbol error if multiple import UIViewController+KNSemiModal.h in static library project. I don't know why. But add typedef at before of NS_ENUM will be work.

南宁的武鸣县已撤,改名为南宁市武鸣区

取消了目录显示时的动画,实在不知道应该怎么让菜单高度的动画从下往上显现出来