[已解决]Swift代码出错:Cannot convert value of type UIView? to specified type UIButton
crifan 9年前 (2015-10-16) 4091浏览 0评论
[问题] ObjC代码: UIButton *fromButton = (UIButton *)[tabButtonsContainerView viewWithTag:TagOffset + _selectedIndex]; 转换为swift: ...
crifan 9年前 (2015-10-16) 4091浏览 0评论
[问题] ObjC代码: UIButton *fromButton = (UIButton *)[tabButtonsContainerView viewWithTag:TagOffset + _selectedIndex]; 转换为swift: ...