diff options
| author | comex | 2015-02-28 13:13:57 -0500 |
|---|---|---|
| committer | comex | 2015-02-28 13:13:57 -0500 |
| commit | 166337df24ed9f7e15777e93f3351a7a36d11f90 (patch) | |
| tree | eb6a09dc21f62fa19d64ec4b95edfc4c52fd59d0 | |
| parent | fix (and make more robust) strerror.c (diff) | |
| download | substitute-166337df24ed9f7e15777e93f3351a7a36d11f90.tar.gz | |
remove deprecated property usage in safety-dance
| -rw-r--r-- | ios-bootstrap/safety-dance/main.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios-bootstrap/safety-dance/main.m b/ios-bootstrap/safety-dance/main.m index 2e9af22..0d05e00 100644 --- a/ios-bootstrap/safety-dance/main.m +++ b/ios-bootstrap/safety-dance/main.m @@ -64,7 +64,7 @@ static void compression(UIView *view, UILayoutPriority pri) { compression(explain, 999); explain.text = EXPLANATION; explain.font = [UIFont systemFontOfSize:14]; - explain.minimumFontSize = 7; + explain.minimumScaleFactor = 0.5; /* test */ explain.numberOfLines = 0; [self.view addSubview:explain]; |
