Re: Presenting modal vc repositions root vc

2014-01-25 Thread Kyle Sluder
On Jan 25, 2014, at 4:37 PM, Rick Mann wrote: > > Why is this happening? Why does Apple not test anything any more? You have provided no code and no evidence that you are complying with all view and view controller containment requirements. Please stop accusing other parties of negligence befo

Animation on gesturing

2014-01-25 Thread Eric Dolecki
The yahoo weather app does it for the iPad, you slowly swipe without releasing and an animation is slowly moved through... It can be forward or reverse. How exactly are they achieving that? Same goes for the iOS pull to refresh animation for the stretched little do dad. Thanks, Eric ___

How to change status bar appearance for modal full screen VC?

2014-01-25 Thread Rick Mann
I've got a full-screen modal VC for help in my app. When it's presented from a UIPopover-contained button, it doesn't extend under the status bar, so the status bar has this sickly gray appearance (the tutorial background is white). When presented directly from the root view controller after it

Presenting modal vc repositions root vc

2014-01-25 Thread Rick Mann
I can't figure this out. I've got a view hierarchy that's been working fine. I added a modal, full-screen tutorial to my storyboard that's triggered on a segue from a button in a popover-contained table view. That works fine, too. Now I'm trying to display the same tutorial the first time the us

Re: Core Data : Opt Out of SQLite WAL is nullified after File > Duplicate ?

2014-01-25 Thread Mike Abdullah
On 21 Jan 2014, at 21:24, Jerry Krinock wrote: > > On 2014 Jan 21, at 09:02, Mike Abdullah wrote: > >> If it helps, I maintain https://github.com/karelia/BSManagedDocument as a >> nice way to have a package-based document using Core Data. > > Thank you, Mike. Now I have two reasons to star

Re: RSA and libcrypto

2014-01-25 Thread jonat...@mugginsoft.com
On 14 Jan 2014, at 09:42, Charles Srstka wrote: > On Jan 14, 2014, at 3:19 AM, jonat...@mugginsoft.com wrote: > >> The only problem with retaining it is the extra complexity involved in >> integrating the static library build into the project and upgrading the >> source. > > One trick that c

Re: FlagsChanged while NSMenu is displayed

2014-01-25 Thread John Joyce
So, just to follow up. Timer approach works. It works quite well. Thanks for recommending it. In fact, far better than the CGEventTap approach in terms of reliability. CGEventTaps always seem to be a bit flaky. The NSTimer approach is very responsive and I can constrain it to just the time when t

Re: NSShadow with [bezierPath addClip]

2014-01-25 Thread Kevin Meaney
> > Hi David, > After a few days using CGContextBeginTransparencyLayer > I have just noticed that the text I draw on a trasparent background with > >[super drawRect:rect]; // we are in a drawRect: method of a NSTextView > > looks without antialias. No matter whether I add before Antialiasi

Re: NSShadow with [bezierPath addClip]

2014-01-25 Thread Leonardo
Hi David, After a few days using CGContextBeginTransparencyLayer I have just noticed that the text I draw on a trasparent background with [super drawRect:rect]; // we are in a drawRect: method of a NSTextView looks without antialias. No matter whether I add before CGContextSetAllowsAnti

Re: Non-breaking hyphen in UILabel?

2014-01-25 Thread Graham Cox
On 25 Jan 2014, at 7:27 am, Jens Alfke wrote: > Nor was there a decent built-in text layout framework > (OK, this is off-topic, but today's the 30th anniversary of the Mac I'll take your TEHandle and raise you PROCEDURE SetClikLoop... --Graham __