Skip to content

Commit

Permalink
Merge pull request #541 from xmartlabs/fix/highlightWarning
Browse files Browse the repository at this point in the history
added backward compatibility warning
  • Loading branch information
mats-claassen authored Jul 7, 2016
2 parents a762cd7 + 90f9dcd commit bc14933
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/BaseRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ public class BaseRow : BaseRowType {
*/
public func highlightCell() {}

@available(*, unavailable, message="Deprecated. Use 'highlightCell' instead.")
public func hightlightCell() { highlightCell() }

/**
Method that is responsible for unhighlighting the cell.
*/
Expand Down

0 comments on commit bc14933

Please sign in to comment.