Qichang He
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

版本:6.0.9 PHP 版本 7.2.34 官方文档的实例是: ``` return [ [\app\http\middleware\Auth::class, 'admin'], 'Check', ['hello','thinkphp'], ]; ``` 但这么写的话,框架会报错,错误如下图:  文档是不是应该改成? ``` return [ [\app\http\middleware\Auth::class, ['admin']], 'Check', ['hello',['thinkphp']], ]; ```
你好, 点击回退按钮后,我在 textView(textView: YYTextView, shouldChangeTextInRange range: NSRange, replacementText text: String) -> Bool 方法中重新对 textView 进行了赋值,并且 return NO, 但是之后会选中剩余的所有文字 
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.
南宁的武鸣县已撤,改名为南宁市武鸣区
取消了目录显示时的动画,实在不知道应该怎么让菜单高度的动画从下往上显现出来