所以我正在处理我的Swift应用程序中的UICollectionView重新排序问题。我发现新的iOS9函数可以很好地完成这项工作。
我意识到它必须在>= iOS9设备上运行,而且我的应用程序必须与iOS8兼容。
有没有人知道我应该用什么来代替它们?
@available(iOS 9.0, *)
public func beginInteractiveMovementForItemAtIndexPath(indexPath: NSIndexPath) -> Bool // returns NO if reordering was prevented from beginning -
我有一种方法可以在10岁之前在iOS的版本上更改iOS的文本颜色,但是使用iOS10,这些解决方案似乎不再起作用。
if #available(iOS 10.0, *) {
//Not sure of a way to do something similar here.
} else {
//The following lines change the textColor of UIDatePicker to white in iOS9 and older.
self.setValue(UIColor.white, forKey: