Skip to content

Instantly share code, notes, and snippets.

@serhiybutz
Last active June 4, 2020 04:16
Show Gist options
  • Save serhiybutz/e32e53bd6281eee2754423828f9a33c8 to your computer and use it in GitHub Desktop.
Save serhiybutz/e32e53bd6281eee2754423828f9a33c8 to your computer and use it in GitHub Desktop.
gist00
//
// TitlePosition.swift
// PileCollectionVC
//
// Created by Rik Ki on 11/9/18.
// Copyright © 2018 Rik Ki. All rights reserved.
//
import Foundation
public enum TitlePosition {
case top, bottom, none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment