[已解决]swift代码出错:Cannot convert value of type CGFloat to expected argument type Float
crifan 11年前 (2015-10-09) 10104浏览
[背景] 折腾: [已解决]Swift代码出错:Binary operator / cannot be applied to operands of type CGFloat and Int 期间,swift代码: let coun...
iOS Framework
crifan 11年前 (2015-10-09) 10104浏览
[背景] 折腾: [已解决]Swift代码出错:Binary operator / cannot be applied to operands of type CGFloat and Int 期间,swift代码: let coun...
crifan 11年前 (2015-10-09) 8260浏览
[背景] swift中,如下代码: let rect:CGRect=CGRectMake(0,0,floorf(self.view.bounds.size.width / count),self.tabBarHeight) 出错: swift:123...
crifan 11年前 (2015-10-09) 5993浏览
[背景] 折腾: [基本解决]iOS中的synthesize类型的属性变量的含义 期间,需要去搞懂,什么是ivar。 [折腾过程] 1搜: iOS what ivar 参考: ios – 属性(property)与成员变量(ivar...
crifan 11年前 (2015-10-09) 3056浏览
[背景] 折腾: [已解决]Object-C中有个加了前缀下划线的变量找不到定义 期间,需要去研究一下,iOS中的synthesize类型的属性变量的含义。 [折腾过程] 1.搜: iOS synthesize variable 参考:...
crifan 11年前 (2015-10-09) 3632浏览
想要实现: do { let curRandomNum = getRandomInRange(lower, upper: upper) }while(curRandomNum not in un...
crifan 11年前 (2015-10-08) 4054浏览
【背景】 已有代码: var viewControllers:NSArray = [] 但是由于: for viewController in self.viewControllers{ 中需要确定对应的类型 然后for中才能用: v...
crifan 11年前 (2015-10-08) 4878浏览
【背景】 swift代码: var lastIndex:UInt = _selectedIndex self.selectedIndex = NSNotFound self.selec...
crifan 11年前 (2015-10-08) 2964浏览
【背景】 swift中需要把一个oc代码: - (void)tabButtonPressed:(UIButton *)sender { [self setSelectedIndex:sender.tag - TagOffset animated:...
crifan 11年前 (2015-10-08) 3657浏览
【背景】 需要把ObjC代码: - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { // Only rotate...
crifan 11年前 (2015-10-08) 4817浏览
【背景】 参考: MHTabBarController/MHTabBarController.m at master · hollance/MHTabBarController · GitHub 尝试把OC代码改为swift代码,借鉴的去实现自...