LindyLo

Results 4 comments of LindyLo

Just add ``` self.autoresizingMask = UIViewAutoresizingFlexibleWidth; ``` to - (id)initWithFrame:(CGRect)frame in RKDropdownAlert.m additionally add constrains to Labels (after [view addSubview]): ``` titleLabel.translatesAutoresizingMaskIntoConstraints = NO; messageLabel.translatesAutoresizingMaskIntoConstraints = NO; [self addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-[titleLabel]-|"...

![screen shot 2016-03-15 at 15 18 06](https://cloud.githubusercontent.com/assets/12341342/13780769/27a974ea-eac1-11e5-8cf1-912ee92b7cbc.png)

Thanks, I'm afraid there is also two more files are missing (NSObject+SSYBindingsHelp):