On Aug 24, 2014, at 12:44 PM, Fritz Anderson wrote:
> On Aug 22, 2014, at 11:25 PM, Peters, Brandon wrote:
>> ArnoldTransformer2`@objc ArnoldTransformer2.ATView.drawRect
>> (ArnoldTransformer2.ATView)(C.CGRect) -> () at ATView.swift:
>
> So this is the very end of your drawRect(_:CGRect) method
[Usual disclaimer about incomplete information.]
On Aug 22, 2014, at 11:25 PM, Peters, Brandon wrote:
> I am getting this error:
>
> EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode 0x0)
>
> over this line of code:
>
> if self.contentView!.frame.size.width > photo.size.width {
>
Devs,
I am getting this error:
EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode 0x0)
over this line of code:
if self.contentView!.frame.size.width > photo.size.width {
docRect.size.width = self.contentView!.frame.size.width
imageLocation.origin.x = (self.c