$ plutil /Users/zhigangyang/开发/bugulive251/BuguLive/Class/General/Internatial/ja.lproj/ASLocalized.strings 2018-12-14 15…
? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 获取空 PHVideo…
//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…
更多...
加载中...