Skip to content

Commit

Permalink
Remove RowAnimation typealias for swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameesunkaria committed Sep 17, 2018
1 parent c61f22d commit 56c2eff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/UIExtensions/UIKitExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import UIKit

public extension UITableView {

#if swift(>=4.2)
typealias RowAnimation = UITableView.RowAnimation
// Do nothing. UITableView has a RowAnimation enum
#else
typealias RowAnimation = UITableViewRowAnimation
#endif
Expand Down

0 comments on commit 56c2eff

Please sign in to comment.