Indragie Karunaratne

Results 82 comments of Indragie Karunaratne

Oops, I forgot about the title bar color properties. I'll think of a good solution. — Indragie Karunaratne On Fri, Jun 14, 2013 at 9:27 AM, Kieran Senior [email protected] wrote:...

Not yet. Sorry, totally forgot about this. I'll see if I can put together a fix sometime this week. If you have a solution before then, please feel free to...

The [fix](https://github.com/indragiek/INAppStoreWindow/issues/91) is already implemented. Just add `NSDocument+INAppStoreWindowFixes` to your project from the Extensions folder.

Good idea :+1: I'm not sure what to do about the CocoaPods issue, I don't think it should be included by default because it swizzles stuff.

Do you think it'd be a good idea to just make titleBarView an IB Outlet?

When a new view is set, it removes the old one from the superview and deallocates it right? So it technically shouldn't be a problem if it's set twice. Or...

Interesting idea. I could see how this could be implemented as a separate drawing block, but I don't think it would be wise to use the same -titleBarDrawingBlock to draw...

@McProb Thanks for submitting! I agree it would be best to wait until iOS 14 is finalized before merging this, I'll leave this up until then.

@McProb any idea if this behavior remained consistent in the iOS 14 GM? if so I can merge this