[TIMOB-9087] iOS: Remove "deprecated" properties
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-01-22T21:54:49.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | n/a |
Components | iOS |
Labels | api, tbs-2.1.0 |
Reporter | Stephen Tramer |
Assignee | Eric Merriman |
Created | 2012-05-09T21:36:58.000+0000 |
Updated | 2017-03-20T18:07:19.000+0000 |
Description
iOS has a disturbingly large number of "deprecated" properties and functions hanging around in the API, some of which have been deprecated since 1.6 (and declared to have been "removed" in 1.8). As a first step in codebase evaluation and maintenance, these deprecated properties/methods/classes should be removed.
Any property which is stated to have been removed in 1.9 or earlier should be removed from the codebase, and the documentation updated accordingly.
This was fixed in recent versions of the SDK
Closing ticket as fixed.