Skip to content

Instantly share code, notes, and snippets.

@csknns
csknns / UIView+PrintSubviewHierarchy.h
Last active August 29, 2015 14:14
Print the subview hierarchy of a UIView
//
// UIView+PrintSubviewHierarchy.h
//
//
// Created by Christos Koninis on 2/2/15.
//
#import <UIKit/UIKit.h>
@interface UIView (PrintSubviewHierarchy)
@csknns
csknns / TextFieldsWithInsets.h
Last active August 29, 2015 14:13
TextFieldsWithInsets
//
// TextFieldsWithInsets.h
//
//
// Created by Christos Koninis on 11/26/12.
//
//
#import <UIKit/UIKit.h>