Skip to content

Commit

Permalink
Make LottieContentMode RawRepresentable
Browse files Browse the repository at this point in the history
  • Loading branch information
nekrich committed Apr 22, 2019
1 parent 84009f1 commit cf09386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottie-swift/src/Public/MacOS/LottieView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
import Foundation
import AppKit

public enum LottieContentMode {
case bottom
case bottomLeft
case bottomRight
case center
case left
case redraw
case right
public enum LottieContentMode: Int {
case scaleToFill
case scaleAspectFit
case scaleAspectFill
Expand Down

0 comments on commit cf09386

Please sign in to comment.