//videoURL:本地视频路径 time:用来控制视频播放的时间点图片截取 -(UIImage*) thumbnailImageForVideo:(NSURL *)videoURL atTime:(NSTimeInterval)t…
有时候,我们会无法用无线网络连接上真机,这时候一般都是因为手机的ip变化了。 解决方案 1.打开 "Devices and Simulators" 2.用数据线连接你的设别并且选中 "Connect via network" 复选框 3.…
添加 cursor <nav class="tabs-nav clearfix"> <a class="active" style="cursor:pointer">奖励记录</a> &…
起因,手贱升级xcode 解决办法 1、复制一份旧的SDK,并重新命名为真机测试需要的SDK版本; 具体做法是,找到路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhon…
NSArray *sortDescriptors = [NSArray arrayWithObject:[NSSortDescriptor sortDescriptorWithKey:@"level" ascending:Y…
if (@available(iOS 11, *)) { }
'NSInternalInconsistencyException', reason: 'UICollectionView received layout attributes for a cell with an index path t…
//判断运行时类是ipad,如果是则返回true,否则返回false +(BOOL)IsIpad { if ([[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterf…
现象是使用其他机型、模拟器都可以,但是使用真机iPhone 6s会出现轻触可以,但是重点击无法响应点击事件问题, 最后发现问题是因为引用了一个库,库中使用了类似 - (void)touchesBegan:(NSSet *)touches w…
- (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:YES]; self.navigationController.interactiveP…
更多...
加载中...