You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2014 Martin Kiss. All rights reserved.
//
#import<UIKit/UIKit.h>
@interfaceUIViewController (KeepLayout)
/// Lazy-loaded hidden view that can be used to align sibling views. This layoutView is aligned with view controller's topLayoutGuide and bottomLayoutGuide, so on iOS 7 it respects translucent bars. Don't add any subviews into this view, it's invisible.