Coder Social home page Coder Social logo

nbjmergelayout-objc's Introduction

NBJMergeLayout-ObjC Carthage compatible

Remove unnecessary views from Nib view hierarchies

NBJMergeLayout is a view that, when added to a view, adds all of its subviews to that view and removes itself.

Purpose

The power of the NBJMergeLayout view comes when it's used as the root view in a Nib and that Nib is loaded as the root view of a custom view or control (see NJBNibBasedView for an easy way to do that). In this case it removes an unnecessary view from the resulting view hierarchy.

How it works

When the NBJMergeLayout view is added to a view (didMoveToSuperview for UIKit and viewDidMoveToSuperview for AppKit) it does three things:

  1. It reassigns all of its own Autolayout constraints to the superview, changing any references for itself to the superview.
  2. It reassigns all of its subviews to the superview.
  3. It removes itself from the superview.

The end result is all of the NBJMergeLayout view's subviews are subviews of the view it was attached to, with the same constraints they had before (but now referencing their new superview), and the NBJMergeLayout view is no longer part of the view hierarchy.

Known issues

NBJMergeLayout will update any IBOutlets in its superview that reference any of its constraints. This is needed because new constraints are created during the reassignment step described above. This covers almost any case in which you would normally use NBJMergeLayout. Any other IBOutlets that reference these constraints will not be updated.

nbjmergelayout-objc's People

Contributors

brentleyjones avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

lukedixon

nbjmergelayout-objc's Issues

Provide OS X example

NBJMergeLayout supports both iOS and OS X. There is an iOS example project already. There should be an OS X example project as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.