Skip to content

shoaibcheema/SHView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d9ea5cd · Apr 3, 2020

History

21 Commits
Jul 26, 2018
Jul 30, 2018
Sep 6, 2017
Sep 6, 2017
Apr 3, 2020
Jul 26, 2018

Repository files navigation

SHView

SHView is a view with gone property.

Features

  • Just setGone -- view will disapear.
  • Automatically adjust constaraints height.
  • Automatically adjust margens.

SHView in Action

  • Stroyboard Implementation

    SHView in Storyboard

  • Simulator

    SHView in Simulator

Demo

Demo on Appetize.io

Preview

Example

let myView = SHView()

add your constraints

myView.gone = true

or

myView.gone = false