[TIMOB-5452] iOS5 ipad - deprecation warning when rotating a split view from portrait to landscape
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-18T11:21:33.000+0000 |
Affected Version/s | Release 1.7.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | ios5, tbs-1.9.0, training |
Reporter | Thomas Huelbert |
Assignee | Ingo Muschenetz |
Created | 2011-10-05T16:06:51.000+0000 |
Updated | 2017-03-16T20:59:37.000+0000 |
Description
1. install Ks-ipad
2. launch the app in portrait and tap "main tests"
3. Rotate and check console output
results:
Oct 4 15:05:46 unknown KitchenSink-iPad[248] : -[UIPopoverController presentPopoverFromRect:inView:permittedArrowDirections:animated:]: the rect passed in to this method must have non-zero width and height. This will be an exception in a future release
Logging for reference
This as an Apple warning. Labeling as tbs-1.9.
Fixed in Release 2.1.0 as part of PR for TIMOB-9301. Warning was from MGSplitViewController. Can't remember the PR number but the warning is definitely gone.
Closing ticket as fixed.