• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: iOS: encoding a custom view with a shape in it
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: iOS: encoding a custom view with a shape in it


  • Subject: Re: iOS: encoding a custom view with a shape in it
  • From: Steve Christensen <email@hidden>
  • Date: Sat, 11 Jun 2011 18:49:59 -0700

And also to clarify, are you "freeze drying" a view or the objects it draws? You should be doing the latter since that's part of your model.


On Jun 11, 2011, at 6:47 PM, Steve Christensen wrote:

> How do the results differ between what you saw before and after saving the document? Is everything wrong? or just the scaling, the rotation, what?
>
> And to draw an object, are you using an affine transform just to rotate it or for scaling and/or translation as well?
>
>
> On Jun 9, 2011, at 4:25 PM, Development wrote:
>
>> This app allows users to do a number of graphical things. On of those things is to draw rectangles and ellipses.
>>
>> No it would not be complete if they could not resize and rotate these shapes. Thus the features exist.
>>
>> The problem comes when I freeze dry the object.
>> I encode it exactly as it exists at the moment the saveDocument: option is invoked.
>> colors, frame,rotation etc
>> logging these values confirms them
>>
>> When I unfreeze it, well the values remain identical. hence I know the save worked.
>>
>> I initialize the object with the decoded rectangle for the frame
>> I then apply the transition to rotate it to the correct angle.
>>
>> hmm the result looks nothing like the initial item did at save time
>>
>> So I've been looking at this very closely... Is this happening because simply applying the last known frame and angle does not mean it will match?
>> If this is the case, does it mean then that in order to preserve the exact state, I must not only save all the data about the object but an array of every change made to the object such as resizes and rotations in order to get the correct result?
>>
>> My bandaid is to convert the view in to a UIImage and save the image. This "fixes" the problem however the downside is that special effects that can be applied to rectangles and ellipses are not available on reload.
>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >iOS: encoding a custom view with a shape in it (From: Development <email@hidden>)
 >Re: iOS: encoding a custom view with a shape in it (From: Steve Christensen <email@hidden>)

  • Prev by Date: Re: iOS: encoding a custom view with a shape in it
  • Next by Date: Re: Printing graphics plus text
  • Previous by thread: Re: iOS: encoding a custom view with a shape in it
  • Next by thread: Re: iOS: encoding a custom view with a shape in it
  • Index(es):
    • Date
    • Thread