Problem description
Following ALOY-503, Alloy is supporting Ti.Map.View > Annotation for Model-View binding.
However, when run on iPhone 6 or 6+ simulators, the annotations coming from the Model are not displayed.
The one defined in the XML is displayed correctly.
This is reproducible only on iPhone 6 and 6+ simulators. On 6/6+ devices works as expected.
Also reproducible with the previous Alloy 1.4.1 version.
Steps to reproduce
1. Grab
https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-503 sample code
2. Run on iPhone 6 and 6+ simulators
Result: only XML defined annotation is displayed.
Expected result: 4 annotations should be displayed.
3. Run on another iOS 8 simulator, for example the iPhone 5S
Result: Annotations are all correctly displayed
4. Run on iPhone 6 device
Result: also in this case, annotations are all correctly displayed
iPhone 6 simulator screenshot attached, showing four annotations, of which three are defined in the collection and one in the XML.
Works for me, see attached screenshot.
Closing as invalid. If this is incorrect, please reopen.