Erik Älgekrans

Results 1 issues of Erik Älgekrans

Scaling of MTPopupWindow broken since iOS7. Got it working by changing the resizing code in -(void)doTransitionWithDictionary:(NSDictionary *)dictionary to following code: UITextView\* textViewToMeasureWith = [[UITextView alloc] initWithFrame:CGRectZero]; [textViewToMeasureWith setFont:[UIFont systemFontOfSize:16]]; [textViewToMeasureWith...