Re: iPad drawing and screen rotation

2012-09-23 Thread David Duncan
On Sep 21, 2012, at 3:18 PM, Donald Hall d...@appsandmore.com wrote: I have a master detail project where I draw Bezier paths in the detail view. On rotation from portrait to landscape (or vice versa) the proportions of the drawings are distorted. For example, a circle in one orientation

Re: iOS:targeting iOS3 through iOS6

2012-09-23 Thread Rick Mann
On Sep 22, 2012, at 6:14 , davel...@mac.com wrote: I think the previous post about needing to use lipo is correct. Xcode 4.5 does not seem to support building for armv6. Ah! That's what I get for not reading the whole thread. Interestingly, I just went through getting armv7 and i386 all

Re: drawGlyphsForGlyphRange layout issue

2012-09-23 Thread jonat...@mugginsoft.com
On 22 Sep 2012, at 01:33, Graham Cox graham@bigpond.com wrote: You might investigate an alternative (and much easier) solution. NSLayoutManager adopts the NSGlyphStorage protocol. That protocol declares a method, -layoutOptions, and one of the flags it can return is

iCloud timing out

2012-09-23 Thread Igor Elland
Hey there, I'm have a weird issue with iCloud (iOS). I launched the app and used it with one device, added a bunch of data. Now I try launching the app from other devices (tried 3 so far) and same issue happens: after almost a minute of black screen, the app launches empty and Xcode spills out

Re: drawGlyphsForGlyphRange layout issue

2012-09-23 Thread Kyle Sluder
On Sun, Sep 23, 2012, at 01:55 AM, jonat...@mugginsoft.com wrote: On 22 Sep 2012, at 01:33, Graham Cox graham@bigpond.com wrote: You might investigate an alternative (and much easier) solution. NSLayoutManager adopts the NSGlyphStorage protocol. That protocol declares a

Re: autosavesInPlace and sandbox

2012-09-23 Thread Georg Seifert
Hi Sorry for not answering earlier. I was to busy with other things. Am 07.09.2012 um 15:36 schrieb Mike Abdullah: On 6 Sep 2012, at 23:27, Georg Seifert georg.seif...@gmx.de wrote: On 06.09.2012, at 15:32, Mike Abdullah wrote: On 6 Sep 2012, at 13:36, Georg Seifert

Usability of a Movie View

2012-09-23 Thread Nick
Dear list, I am developing an application for playing videos, whose one of the main functions is zooming the video to let the user observe the details if the video frame size is large (it will be used to play the videos recorded by the dash camera). I have created a 'prototype' of a video view

Re: Toddler-proofing an app (disabling spotlight keyboard shortcut)?

2012-09-23 Thread Clay Heaton
Thank you, Ken. Your tips pointed me in an acceptable direction. I poked around in the cocos2d internals and discovered that your second option worked best. The Kiosk Mode Technical Note was helpful: http://developer.apple.com/library/mac/#technotes/KioskMode/Introduction/Introduction.html This

iOS encrypt and stream local video file

2012-09-23 Thread Michael Hanna
I have an ios app that contains video files. I'm concerned about users with jailbroken phones being able to rip these videos out of the app. One of the solutions I thought might work would be to encrypt the videos, then from a http server running from within the app, segment and serve the files,

Re: iOS encrypt and stream local video file

2012-09-23 Thread Roland King
You're too worried about jailbreakers sneaking into your content. :) Yes you can probably do something like what you suggest if you're pretty good with encryption, and encryption on iOS is more limited than on OSX. But it's going to be a mass load of work and you will still have to have the

Re: iOS encrypt and stream local video file

2012-09-23 Thread Kyle Sluder
On Sun, Sep 23, 2012, at 07:07 PM, Michael Hanna wrote: I have an ios app that contains video files. I'm concerned about users with jailbroken phones being able to rip these videos out of the app. You don't need to jailbreak your phone to get at the resources of an app; the .ipa itself is not