添加 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…
参考:http://ios.jobbole.com/93171/ 第一步, 创建 .sh 文件。代码如下。 #!/bin/bash RAMDISK=”ramdisk” SIZE=1024 #size in MB for ramdisk. d…
更多...
加载中...