forked from material-components/material-components-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tests/Catalog] Suppress partial availability warnings (material-comp…
…onents#2780) * [Tests] Suppress partial availability warnings `- UIFont systemFontOfSize:weight:` was not introduced until iOS 8.2. Although most of the code was already performing runtime checks on the selector, the compiler still emits warnings for the use of the selectors. Closes 2779 * Use systemFontOfSize: instead of fontWithName:size:
- Loading branch information
Robert Moore
authored and
ianegordon
committed
Jan 2, 2018
1 parent
ae955a3
commit 25de372
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters