sjmn

Results 3 issues of sjmn

The demo displays the banner on the left, instead of the top, while in landscape. Same happens in my app (installed via cocoa pods). ![lanscape error](https://f.cloud.github.com/assets/6555421/2521104/b961558a-b49d-11e3-9935-b3ac24e1be41.png)

It appears that length measurements are not possible using DWV with many/most ultrasound images we are working with. Instead of a value, '{length}' is displayed. I suspect this is due...

enhancement

A workaround hack: If I change line 157 in BEMLine.m from this: `if (!self.disableMainLine && self.bezierCurveIsEnabled) {` to this: `if (!self.disableMainLine && self.bezierCurveIsEnabled && self.points.count && self.bottomPointsArray.count && self.topPointsArray.count) {`...

bug
performance