Open
Bug 1519161
Opened 6 years ago
Updated 2 years ago
Compilation warning about deprecated functions
Categories
(Firefox for iOS :: Build & Test, enhancement)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: isabel_rios, Unassigned)
Details
There are several warnings in the logs about deprecated functions, see for example:
-topLayoutGuide' was deprecated in iOS 11.0: Use view.safeAreaLayoutGuide.topAnchor instead of topLayoutGuide.bottomAnchor
-'automaticallyAdjustsScrollViewInsets' was deprecated in iOS 11.0: Use UIScrollView's contentInsetAdjustmentBehavior instead
For more examples see logs:
https://dashboard.buddybuild.com/apps/57bf25c0f096bc01001e21e0/build/5c378051440a6f00011e8ec7#logs
Starting on line #651
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•