Skip to content

Instantly share code, notes, and snippets.

View RyanBertrand's full-sized avatar

Ryan Bertrand RyanBertrand

  • San Francisco
View GitHub Profile
@RyanBertrand
RyanBertrand / TVDownloadLink
Last active August 29, 2015 14:17
Trying to get a simple download URL to work
@RyanBertrand
RyanBertrand / gist:0fc7201b991778160b17
Created March 2, 2015 22:21
UIControl > UIButton for more flexibility
@interface HWQuestionControl : UIControl{
}
@property(nonatomic, strong)UILabel *titleLabel;
@property(nonatomic, strong)UIImageView *imageView;
@end
@interface HWQuestionControl (){
.container-fixed {
bottom: 0;
position: fixed;
left: 0;
right: 0;
top: 0;
}
.container-fixed .col {
height: 100%;