[已解决]swift代码出错:Cannot convert value of type CGFloat to expected argument type Float
10年前 (2015-10-09) 7203浏览 0评论
[背景] 折腾: [已解决]Swift代码出错:Binary operator / cannot be applied to operands of type CGFloat and Int 期间,swift代码: let coun...
10年前 (2015-10-09) 7203浏览 0评论
[背景] 折腾: [已解决]Swift代码出错:Binary operator / cannot be applied to operands of type CGFloat and Int 期间,swift代码: let coun...
10年前 (2015-10-09) 5997浏览 0评论
[背景] swift中,如下代码: let rect:CGRect=CGRectMake(0,0,floorf(self.view.bounds.size.width / count),self.tabBarHeight) 出错: swift:123...
10年前 (2015-10-09) 2857浏览 0评论
10finder不稳定啊: 本来连接ftp好好的,结果突然就断开了: 然后就始终都是: 了。 如论如何再也连接不上了。。 注: 之前就遇到过一次了。 然后即使去强制关闭Finder再重启,直接强制重启Finder: [已解决]mac中finder...
10年前 (2015-10-09) 4375浏览 0评论
[问题] 折腾: [已解决]iOS中ivar是什么 期间,需要去搞清楚,ivar和property的区别。 [折腾过程] 1.搜: iOS ivar vs property 参考: Reason to use ivars vs propertie...
10年前 (2015-10-09) 4970浏览 0评论
[背景] 折腾: [基本解决]iOS中的synthesize类型的属性变量的含义 期间,需要去搞懂,什么是ivar。 [折腾过程] 1搜: iOS what ivar 参考: ios – 属性(property)与成员变量(ivar...
10年前 (2015-10-09) 2227浏览 1评论
[背景] 折腾: [已解决]Object-C中有个加了前缀下划线的变量找不到定义 期间,需要去研究一下,iOS中的synthesize类型的属性变量的含义。 [折腾过程] 1.搜: iOS synthesize variable 参考:...
10年前 (2015-10-09) 2912浏览 0评论
想要实现: do { let curRandomNum = getRandomInRange(lower, upper: upper) }while(curRandomNum not in un...
10年前 (2015-10-08) 2986浏览 0评论
【背景】 已有代码: var viewControllers:NSArray = [] 但是由于: for viewController in self.viewControllers{ 中需要确定对应的类型 然后for中才能用: v...
10年前 (2015-10-08) 3694浏览 0评论
【背景】 swift代码: var lastIndex:UInt = _selectedIndex self.selectedIndex = NSNotFound self.selec...
10年前 (2015-10-08) 2070浏览 0评论
【背景】 swift中需要把一个oc代码: - (void)tabButtonPressed:(UIButton *)sender { [self setSelectedIndex:sender.tag - TagOffset animated:...