sxdxzkq

Results 3 issues of sxdxzkq

在 DLSlideView 的 - (void)switchTo:(NSInteger)index 方法中 `CGRect nowRect = oldvc.view.frame;` 应该修改为 ``` CGRect nowRect = CGRectMake(CGRectGetMinX(oldvc.view.frame), CGRectGetMinY(oldvc.view.frame), CGRectGetWidth(self.bounds), CGRectGetHeight(self.bounds)); ``` 来解决点击 DLTabedSlideView 头部切换 controller时 controller.view底部未正确显示的bug

`https://www.cnblogs.com/mjios/archive/2013/03/13/2957628.html` 中的 `其实sum.h和sum.c的文件名不一样要相同,可以随便写,只要文件名是合法的` 改成 `其实sum.h和sum.c的文件名不一定要相同,可以随便写,只要文件名是合法的`

It can run in VS2019, but when called in QT (5.14.1), `enet_host_create` cannot produce a server. This is my code. ``` if (enet_initialize() != 0) { printf("An error occurred while...