Skip to content

Instantly share code, notes, and snippets.

@MilanNosal
MilanNosal / EnlargingCellsOnLongPressAutolayoutController.swift
Last active February 16, 2018 15:29
Enlarging a cell in UITableView on long press using autolayout and UITableViewAutomaticDimension
//
// EnlargingCellsOnLongPressAutolayoutController.swift
// EnlargingCellsExample
//
// Created by Milan Nosáľ on 14/02/2018.
// Copyright © 2018 Milan Nosáľ. All rights reserved.
//
import UIKit
@MilanNosal
MilanNosal / EnlargingCellsOnLongPressController.swift
Last active February 16, 2018 15:28
Example on how to implement enlarging a cell in UITableView during a long press on the cell
//
// EnlargingCellsOnLongPressController.swift
// EnlargingCellsExample
//
// Created by Milan Nosáľ on 14/02/2018.
// Copyright © 2018 Milan Nosáľ. All rights reserved.
//
import UIKit