Skip to content

Instantly share code, notes, and snippets.

View AndreaVitale's full-sized avatar
🏠
Working from home

Andrea Vitale AndreaVitale

🏠
Working from home
View GitHub Profile
@AndreaVitale
AndreaVitale / TestView.h
Created February 22, 2018 08:13
Titanium Native Module - View Sizing
#import "TiUIView.h"
@interface ItAndreavitaleControllerTestView : TiUIView {
}
@property (nonatomic, retain) UIViewController* controller;
- (void)setContent:(UIView*)contentView;